2012-11-17 08:20:43 -08:00

11 lines
145 B
Plaintext

1> io:format("Hello\n").
Hello
ok
2> fun(X) -> X + 1 end.
#Fun<erl_eval.6.13229925>
3> 123 + 234.
357
4> X = Y.
* 1: variable 'Y' is unbound
5>