Skip to content

Instantly share code, notes, and snippets.

@mlschroe
Created September 7, 2011 12:35
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 mlschroe/1200447 to your computer and use it in GitHub Desktop.
Save mlschroe/1200447 to your computer and use it in GitHub Desktop.
.sub foo
.annotate 'file', "foo.pir"
.annotate 'line', 3
say "function foo"
.end
.sub bar :main
die 'bye'
.end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment