Skip to content

Instantly share code, notes, and snippets.

Created January 5, 2011 04:08
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/765914 to your computer and use it in GitHub Desktop.
Save anonymous/765914 to your computer and use it in GitHub Desktop.
pmichaud@orange:~/parrot$ cat x.pir
.sub 'first'
say 'first'
.end
.sub 'load' :load
say ':load'
.end
pmichaud@orange:~/parrot$ ./parrot x.pir
:load
first
pmichaud@orange:~/parrot$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment