5 Printing values
Scala has a “shortcut” to Java’s System.out.println
(as well as print
, printf
etc.)
They are all defined in a class that is imported by default (scala.Predef
)
Scala has a “shortcut” to Java’s System.out.println
(as well as print
, printf
etc.)
They are all defined in a class that is imported by default (scala.Predef
)