Skip to content

Instantly share code, notes, and snippets.

@AlexDaniel
Created August 25, 2019 17:41
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 AlexDaniel/dbe34268b42b65b83c2b85c020113f22 to your computer and use it in GitHub Desktop.
Save AlexDaniel/dbe34268b42b65b83c2b85c020113f22 to your computer and use it in GitHub Desktop.
# MAIN
%*ENV<MVM_SPESH_NODELAY> = 1;
%*ENV<MVM_SPESH_BLOCKING> = 1;
run ‘perl6’, ‘sandbox/testing-this.p6’;
say %*ENV<MVM_SPESH_NODELAY>;
say %*ENV<MVM_SPESH_BLOCKING>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment