Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 5, 2017 12:58
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/f316a20bdf419285f0339300475ea122 to your computer and use it in GitHub Desktop.
Save Whateverable/f316a20bdf419285f0339300475ea122 to your computer and use it in GitHub Desktop.
evalable6
say calls .Str on the object we butted it with, not on 42 :)
(exit code 1)
===SORRY!===
Argument to "say" seems to be malformed
at /tmp/B7qWd4HxVd:1
------> say⏏ calls .Str on the object we butted it w
Two terms in a row
at /tmp/B7qWd4HxVd:1
------> say ⏏calls .Str on the object we butted it wi
expecting any of:
infix
infix stopper
statement end
statement modifier
statement modifier loop
Other potential difficulties:
Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun
at /tmp/B7qWd4HxVd:1
------> say⏏ calls .Str on the object we butted it w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment