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