Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 28, 2018 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/7cef0e5f02b365d8443ef3d99f22e40f to your computer and use it in GitHub Desktop.
Save Whateverable/7cef0e5f02b365d8443ef3d99f22e40f to your computer and use it in GitHub Desktop.
evalable6
say rand 10:
(exit code 1)
===SORRY!=== Error while compiling /tmp/qRLhDwjZ8w
Unsupported use of rand(N); in Perl 6 please use N.rand for Num or (^N).pick for Int result
at /tmp/qRLhDwjZ8w:1
------> say rand⏏ 10:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment