Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 28, 2018 17:34
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/f8e42d06acaa84869d71c76336373a25 to your computer and use it in GitHub Desktop.
Save Whateverable/f8e42d06acaa84869d71c76336373a25 to your computer and use it in GitHub Desktop.
evalable6
say (1,2) <<==>> (1,2,3)
(exit code 1)
===SORRY!=== Error while compiling /tmp/esu9jrTNFo
Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>
at /tmp/esu9jrTNFo:1
------> say (1,2) <<==>>⏏ (1,2,3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment