Skip to content

Instantly share code, notes, and snippets.

@brixen
Created November 25, 2014 17:55
Show Gist options
  • Save brixen/e5ce6cc7fe61ef72eb62 to your computer and use it in GitHub Desktop.
Save brixen/e5ce6cc7fe61ef72eb62 to your computer and use it in GitHub Desktop.
$ rbx compile -S -e 'def foo
"abc"
a
end'
[:script,
[:defn, :foo, [:args], [:scope, [:block, [:call, nil, :a, [:arglist]]]]]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment