Hacker News new | ask | show | jobs
by Avshalom 3556 days ago
In perl is it APL style where it changes the index for the entire world (until changed again) or is it Fortran/Pascal style where you are expected to declare the lowest/highest index per array?
1 comments

APL-style with a global index origin ($[ in Perl, à la ⎕IO in most APLs).