Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 27, 2020 16:21
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/0abc9b0cc661f264f52e3fd2bd464339 to your computer and use it in GitHub Desktop.
Save Whateverable/0abc9b0cc661f264f52e3fd2bd464339 to your computer and use it in GitHub Desktop.
evalable6
sub f {return 1,'a'}; my ($a,$b); $a,$b = f; say "$a $b";
WARNINGS for /tmp/vq7KT6CDKb:
1 a
Useless use of $a in sink context (line 1)
Use of uninitialized value element of type Any in string context.
Methods .^name, .raku, .gist, or .say can be used to stringify it to something meaningful.
in block <unit> at /tmp/vq7KT6CDKb line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment