Skip to content

Instantly share code, notes, and snippets.

@moritz
Created January 10, 2011 20:10
Show Gist options
  • Save moritz/773366 to your computer and use it in GitHub Desktop.
Save moritz/773366 to your computer and use it in GitHub Desktop.
a new (non-spec) debugging feature for rakudo
./perl6 -e 'use STATEMENT_PRINT; say rand'
use STATEMENT_PRINT
say rand
0.458330045777501
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment