Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 7, 2022 17:24
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/8fe6bd5cbf8a401853c9ca7e38ad7d71 to your computer and use it in GitHub Desktop.
Save Whateverable/8fe6bd5cbf8a401853c9ca7e38ad7d71 to your computer and use it in GitHub Desktop.
evalable6
> sub xx( :$dtype ) { given $dtype {when num32 {say "yo"}} }; xx(dtype => num32);
(exit code 1)
===SORRY!=== Error while compiling /tmp/mpKzXce0rj
Preceding context expects a term, but found infix > instead.
at /tmp/mpKzXce0rj:1
------> >⏏ sub xx( :$dtype ) { given $dtype {when
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment