Hacker News new | ask | show | jobs
by WanderPanda 1028 days ago
Is the size info compile-time or runtime in Fortran?
1 comments

It can be both. If you know the dimension at compile time, it is compile time, if you don't it will be runtime.