Skip to content

Commit

Permalink
Oops, forgot to add the actual file, vrurg++
Browse files Browse the repository at this point in the history
FWIW, it all tested ok locally  :-(
  • Loading branch information
lizmat committed Jul 19, 2021
1 parent 47ebc86 commit a2faac4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core.e/control.pm6
@@ -0,0 +1,4 @@
multi sub next(\x --> Nil) { THROW(nqp::const::CONTROL_NEXT, x) }
multi sub last(\x --> Nil) { THROW(nqp::const::CONTROL_LAST, x) }

# vim: expandtab shiftwidth=4

0 comments on commit a2faac4

Please sign in to comment.