summaryrefslogtreecommitdiff
path: root/tests/examplefiles/erl_session
blob: c207781bbd3296fc5844a8a1d60e442f4c060586 (plain)
1
2
3
4
5
6
7
8
9
10
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>