| Paste number 45597: | commutative not possible |
| Pasted by: | zbrown |
| When: | 2 years, 6 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+Z6L |
| Channel: | None |
| Paste contents: |
Eshell V5.5.5 (abort with ^G)
1> c(test).
./test.erl:5: variable 'X' is unbound
error
2>
-module(test).
-export([test_it/0]).
test_it() ->
2 = X,
io:format("X is equal to ~p~n", [X]).
This paste has no annotations.