Skip to content

Commit

Permalink
Add "ask" as an alias to "prompt" in 6.e
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 15, 2022
1 parent 10feda1 commit 7ed022b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core.e/control.pm6
@@ -1,4 +1,6 @@
multi sub next(\x --> Nil) { THROW(nqp::const::CONTROL_NEXT, x) }
multi sub last(\x --> Nil) { THROW(nqp::const::CONTROL_LAST, x) }

my constant &ask = &prompt;

# vim: expandtab shiftwidth=4

0 comments on commit 7ed022b

Please sign in to comment.