Y
Hacker News
new
|
ask
|
show
|
jobs
by
pklausler
746 days ago
> you choose how the array is indexed when you create it,
How?
1 comments
barkingcat
746 days ago
https://fortran-lang.org/learn/quickstart/arrays_strings/
during array creation you can specify custom lower bound.
link
during array creation you can specify custom lower bound.