Created
January 25, 2011 00:48
-
-
Save nox/794312 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ erl -s ex_complete_app | |
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> Fun = fun (X) -> X end. | |
#Fun<erl_eval.6.13229925> | |
2> Foo = foo. | |
foo | |
3> F | |
Foo Fun/1 | |
3> F |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment