Skip to content

Instantly share code, notes, and snippets.

@pmichaud
Created March 16, 2013 02:28
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 pmichaud/5174660 to your computer and use it in GitHub Desktop.
Save pmichaud/5174660 to your computer and use it in GitHub Desktop.
pmichaud@kiwi:~/p6/parrot$ cat w.pir
.sub 'main' :main
$P0 = new ['ResizablePMCArray']
$I1 = 268435456
$P0[$I1] = 1
$I0 = $P0[$I1]
say $I0
.end
pmichaud@kiwi:~/p6/parrot$ ./parrot w.pir
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment