Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 9, 2019 14:14
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/e06d5cccc6832e582fb72f13851a2e98 to your computer and use it in GitHub Desktop.
Save Whateverable/e06d5cccc6832e582fb72f13851a2e98 to your computer and use it in GitHub Desktop.
evalable6
my $a=0; my $b = 3 while $a < $b {␤FIRST my $a=3;␤$a=$b}␤
(exit code 1)
===SORRY!=== Error while compiling /tmp/DaPOQpPW8z
Unexpected block in infix position (missing statement control word before the expression?)
at /tmp/DaPOQpPW8z:1
------> my $a=0; my $b = 3 while $a < $b⏏ {
expecting any of:
infix
infix stopper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment