Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created April 27, 2010 22: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 jnthn/381436 to your computer and use it in GitHub Desktop.
Save jnthn/381436 to your computer and use it in GitHub Desktop.
.HLL 'perl6'
.namespace []
.sub 'main' :main
$P0 = new 'ResizablePMCArray'
$P0.'HOW'()
.end
.HLL 'parrot'
.namespace ["ResizablePMCArray"]
# XXX If you remove :nsentry here, we fail.
.sub 'HOW' :method :nsentry
say "ok"
.end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment