Skip to content

Instantly share code, notes, and snippets.

@vito
Created September 4, 2010 13:52
Show Gist options
  • Save vito/565200 to your computer and use it in GitHub Desktop.
Save vito/565200 to your computer and use it in GitHub Desktop.
atomo $ atomo examples/error.atomo
traceback:
"examples/error.atomo" (line 6, column 1)
{ a print } call
... internal ...
"examples/error.atomo" (line 6, column 3)
a print
"examples/error.atomo" (line 6, column 3)
a
"examples/error.atomo" (line 1, column 6)
b
"examples/error.atomo" (line 2, column 6)
c
"examples/error.atomo" (line 3, column 6)
d
"examples/error.atomo" (line 4, column 6)
foo
message not understood:
<object> foo
atomo $
a := b
b := c
c := d
d := foo -- error; foo is undefined
{ a print } call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment