Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Last active April 17, 2019 02:42
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/4d24c5ef730c30cb79b73a3e3c61114f to your computer and use it in GitHub Desktop.
Save Whateverable/4d24c5ef730c30cb79b73a3e3c61114f to your computer and use it in GitHub Desktop.
evalable6
sub infix:«<<»(Int:D $a, Int:D $b) { $a +< $b }; say 1 << 1
(exit code 1)
===SORRY!=== Error while compiling /tmp/KdgISISZTO
Unsupported use of << to do left shift; in Perl 6 please use +< or ~<
at /tmp/KdgISISZTO:1
------> t:D $a, Int:D $b) { $a +< $b }; say 1 <<⏏ 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment