Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 12, 2019 12: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/c0093e771f7b08ef739e56a5c80197b5 to your computer and use it in GitHub Desktop.
Save Whateverable/c0093e771f7b08ef739e56a5c80197b5 to your computer and use it in GitHub Desktop.
evalable6
my $n; {loop (my $n =0;$n<2;++$n){say $n}
(exit code 1)
===SORRY!=== Error while compiling /tmp/Xu8ZdSDpQM
Whitespace required before < operator
at /tmp/Xu8ZdSDpQM:1
------> y $n; {loop (my $n =0;$n<2;++$n){say $n}⏏<EOL>
expecting any of:
postfix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment