Skip to content

Commit

Permalink
Implement n-at-a-time for loops.
Browse files Browse the repository at this point in the history
For example, this now works:

    for my ($key, $value) (%hash) { ... }

Only for scalars declared with my as a list in the for loop statement.
As many as you want (unless you want more than 4294967296).
  • Loading branch information
nwc10 committed Jun 23, 2021
1 parent 2098813 commit ec31461
Show file tree
Hide file tree
Showing 5 changed files with 1,095 additions and 1,013 deletions.

0 comments on commit ec31461

Please sign in to comment.