Skip to content

Instantly share code, notes, and snippets.

@vito
Created November 6, 2010 19:15
Show Gist options
  • Save vito/665636 to your computer and use it in GitHub Desktop.
Save vito/665636 to your computer and use it in GitHub Desktop.
repl environment
atomo $ atomo
[0]> this
<object (delegates to 1 object)>
[1]> [x, y] = [1, 2]
[1, 2]
[2]> this
<object (delegates to 1 object)>
x := 1
y := 2
[3]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment