Created
April 21, 2024 17:35
-
-
Save Whateverable/68f96db36d0ddf817850e5a464d9b1fd to your computer and use it in GitHub Desktop.
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
given 1,1 {when ?$,?$ {say 'yo'} } |
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/0vz3P_u9Ie | |
Missing block | |
at /tmp/0vz3P_u9Ie:1 | |
------> given 1,1 {when ?$⏏,?$ {say 'yo'} } | |
expecting any of: | |
block or pointy block | |
infix | |
infix stopper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment