I typed erl to start the erlang shell (Eshell V5.7.4). The shell starts. But, if I type some expression in the shell like say 20+30 and hit enter I’m back to 1>, and the result of the expression is not shown.
What could be causing this problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You must type :
20+30.Don’t forgot DOT.
Hope i can help you…. 😀