Skip to content

Instantly share code, notes, and snippets.

@timo
Created August 15, 2015 01:40
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 timo/0b64637e8b7bda922bea to your computer and use it in GitHub Desktop.
Save timo/0b64637e8b7bda922bea to your computer and use it in GitHub Desktop.
on the glr branch of rakudo, this "use trace" causes the .say to not happen .. or something.
# remove this to get an output from this again.
use trace;
do {
# putting a "use trace" into this block will
# give a trace as well as the expected results
#use trace;
.say for <hello how are you>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment