Skip to content

Instantly share code, notes, and snippets.

@timo
Created February 27, 2014 12:06
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 timo/ae5b88787b04aae3aa49 to your computer and use it in GitHub Desktop.
Save timo/ae5b88787b04aae3aa49 to your computer and use it in GitHub Desktop.
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