Skip to content

Instantly share code, notes, and snippets.

@nox
Created January 24, 2011 17:11
Show Gist options
  • Save nox/793538 to your computer and use it in GitHub Desktop.
Save nox/793538 to your computer and use it in GitHub Desktop.
$ erl
Erlang R14B02 (erts-5.8.3) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false]
Eshell V5.8.3 (abort with ^G)
1> T = {erlang, tuple}.
{erlang,tuple}
2> T:element(2).
tuple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment