Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 28, 2018 18:44
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/bf49a5fdc984c3984a11477a79330489 to your computer and use it in GitHub Desktop.
Save Whateverable/bf49a5fdc984c3984a11477a79330489 to your computer and use it in GitHub Desktop.
evalable6
say rand 10::
(exit code 1)
===SORRY!=== Error while compiling /tmp/TMhaVa_tKI
Unsupported use of rand(N); in Perl 6 please use N.rand for Num or (^N).pick for Int result
at /tmp/TMhaVa_tKI:1
------> say rand⏏ 10::
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment