Skip to content

Instantly share code, notes, and snippets.

@thebigbad
Created August 31, 2010 19:41
Show Gist options
  • Save thebigbad/559607 to your computer and use it in GitHub Desktop.
Save thebigbad/559607 to your computer and use it in GitHub Desktop.
# load a file foo.pez into the repl
-> "foo.pez" load
0
# concatenate two strings
-> "hello" "world" s+
Stack: 32395168
-> puts
helloworld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment