Created
January 28, 2018 18:44
Star
You must be signed in to star a gist
evalable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| say rand 10:: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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