Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この素晴らしいプログラムを開始して実行した後、出力が表示されることを期待していましたval it = 2 : int
val it = 2 : int
$ sml Standard ML of New Jersey v110.74 [built: Fri Dec 7 10:09:50 2012] - 1+1 = = =
しかし、等号しか表示されず、同じプログラムを emacs で実行すると、同じ動作が得られます。sml は結果を出力しません。
私はubuntuの最後のバージョンで作業しています。
セミコロンを忘れました。
- 1 + 1; val it = 2 : int
あなたには必要だ ; 行末に