Skip to content

Instantly share code, notes, and snippets.

Created September 11, 2010 22:22
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 anonymous/575618 to your computer and use it in GitHub Desktop.
Save anonymous/575618 to your computer and use it in GitHub Desktop.
pmichaud@orange:/zip/rakudo$ cat llp6.pir
.include "interpinfo.pasm"
.sub 'main'
$I0 = interpinfo .INTERPINFO_ACTIVE_PMCS
say $I0
load_language 'perl6'
$I0 = interpinfo .INTERPINFO_ACTIVE_PMCS
say $I0
.end
pmichaud@orange:/zip/rakudo$ rakudo-star-2010.08/install/bin/parrot llp6.pir
1014
100614
pmichaud@orange:/zip/rakudo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment