Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 12, 2019 17:54
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/030caa5008b1b10667fe767c2a5430ec to your computer and use it in GitHub Desktop.
Save Whateverable/030caa5008b1b10667fe767c2a5430ec to your computer and use it in GitHub Desktop.
evalable6
my $a = 0; say $a.WHAT; say $a.WHERE; say $a.WHY; say $a.WHEN; say $a.HOW
(exit code 1)
(Int)
No such method 'WHEN' for invocant of type 'Int'. Did you mean any of these?
WHERE
WHY
in block <unit> at /tmp/5hpgO0mWVG line 1
140715463393872
No documentation available for type 'Int'.
Perhaps it can be found at https://docs.perl6.org/type/Int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment