Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 13, 2020 15:34
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/e062001407aaa70c6828c192ca5833f4 to your computer and use it in GitHub Desktop.
Save Whateverable/e062001407aaa70c6828c192ca5833f4 to your computer and use it in GitHub Desktop.
evalable6
use v6.d; say "hi"; {use v6.c; say "I think it works, maybe it doesn't restrict?"}
(exit code 1)
===SORRY!=== Error while compiling /tmp/tCbwdcLo_G
Too late to switch language version. Must be used as the very first statement.
at /tmp/tCbwdcLo_G:1
------> use v6.d; say "hi"; {use v6.c⏏; say "I think it works, maybe it doesn'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment