Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 5, 2018 23: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/1d746a9253187dbd809870d425ee2704 to your computer and use it in GitHub Desktop.
Save Whateverable/1d746a9253187dbd809870d425ee2704 to your computer and use it in GitHub Desktop.
evalable6
PERL6_SCHEDULER_DEBUG=1 await do for ^100 { start { sleep 1; say now } }; say now - INIT now
(exit code 1)
===SORRY!=== Error while compiling /tmp/Xp_DQMHcsT
Two terms in a row
at /tmp/Xp_DQMHcsT:1
------> PERL6_SCHEDULER_DEBUG=1⏏ await do for ^100 { start { sleep 1; sa
expecting any of:
infix
infix stopper
statement end
statement modifier
statement modifier loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment