Created
January 29, 2018 22:35
-
-
Save Whateverable/492f4a7bd40e6b9b1615426817d4e241 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
say [[&({$^a.uc ~ $^b.lc})]] "foo", "bar", "baz" |
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/LaI90y4jv2 | |
Two terms in a row | |
at /tmp/LaI90y4jv2:1 | |
------> say [[&({$^a.uc ~ $^b.lc})]]⏏ "foo", "bar", "baz" | |
expecting any of: | |
infix | |
infix stopper | |
postfix | |
statement end | |
statement modifier | |
statement modifier loop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment