這個簡單的文本書REPL有什麼問題?Scala REPL:錯誤:';'預期但字符串文字發現
C:\Users\abc>scala
Welcome to Scala version 2.11.1 (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_45).
Type in expressions to have them evaluated.
Type :help for more information.
scala> print "Hello"
<console>:1: error: ';' expected but string literal found.
print "Hello"
^
scala>
據說這是爲了打印 「Hello」
確定。所以教科書例如是錯誤的:-) –
@Pangea它取決於。 [有時,你可以放棄括號,有時,你不是](http://stackoverflow.com/q/1181533/298389) –