/gist:ae5b88787b04aae3aa49 Secret
Created
February 27, 2014 12:06
Star
You must be signed in to star a gist
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
| timo@wakelift ~/perl6/rakudo (git)-[nom] % ./perl6-m -e 'sub count { do ++state $ }; say count xx 3' | |
| ===SORRY!=== Error while compiling -e | |
| Undeclared routine: | |
| xx used at line 1 | |
| Suggestion: xx was parsed in term context, but an infix with that name exists. Did you forget parentheses before it? Maybe '()'? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment