本文介绍了Erlang shell问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
新的Erlang。我在Ubuntu 10.10上使用Erlang。我输入erl启动erlang shell(Eshell V5.7.4)。 shell启动。但是,如果我在shell中键入一些表达式,就像20 + 30,并且输入im返回到1>,表达式的结果不会显示。可能会导致这个问题?
请帮助
谢谢。
解决方案
您必须输入: 20 + 30。
不要忘记 DOT 。
希望我可以帮你....:D
Im new to Erlang. Im using Erlang on Ubuntu 10.10. 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 im back to 1>, and the result of the expression is not shown.
What could be causing this problem ?
Please HelpThank You.
解决方案
You must type : 20+30.
Don't forgot DOT.Hope i can help you.... :D
这篇关于Erlang shell问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
08-21 17:28