8 lines
238 B
Scala
8 lines
238 B
Scala
C:\>scala
|
|
Welcome to Scala version 2.8.0.r21356-b20100407020120 (Java HotSpot(TM) Client V
|
|
M, Java 1.6.0_05).
|
|
Type in expressions to have them evaluated.
|
|
Type :help for more information.
|
|
|
|
scala> "rosetta"
|
|
res0: java.lang.String = rosetta
|