Hello world/Standard error: Difference between revisions

Line 602:
This is call to the Java run-time library. '''Not recommendated'''.
<lang Scala>System.err.println("Goodbye, World!")</lang>
===Via JavaScala runtime===
This is call to the Java run-time library. '''Recommendated'''.
<lang Scala>Console.err.println("Goodbye, World!")</lang>
Anonymous user