Skip to content

Instantly share code, notes, and snippets.

@mlschroe
Created October 28, 2011 15:30
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/1322542 to your computer and use it in GitHub Desktop.
Save mlschroe/1322542 to your computer and use it in GitHub Desktop.
.sub foo
.lex "$key", $S0
$S0 = "hello"
$P0 = new ['Hash']
set $P0[$S0], "TEST"
$S1 = $P0["hello"]
say $S1
.end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment