Created
December 5, 2018 23:14
-
-
Save Whateverable/795179871300b95c58605a15fcfeeaef to your computer and use it in GitHub Desktop.
evalable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%*ENV<PERL6_SCHEDULER_DEBUG> = 1 await do for ^100 { start { sleep 1; say now } }; say now - INIT now |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(exit code 1) | |
===SORRY!=== Error while compiling /tmp/GcTEdNMzU1 | |
Two terms in a row | |
at /tmp/GcTEdNMzU1:1 | |
------> %*ENV<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