Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created April 6, 2011 21:06
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/906525 to your computer and use it in GitHub Desktop.
Save jnthn/906525 to your computer and use it in GitHub Desktop.
.sub ''
$P42 = new ['Integer']
.lex 'i', $P42
$P69 = new ['Integer']
.lex 'j', $P69
.lex 'foo', $P10
.lex 'bar', $P11
.lex 'baz', $P12
$P3 = new ['String']
.lex 'k', $P3
$P100 = new ['String']
$P100 = "oh no"
store_lex 'foo', $P100
$P101 = find_lex 'bar'
say $P101
.end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment