Usage

Info here. Verbose scala example:

scala> 1 + 1
res0: Int = 2

Silent example (code is compiled/ran but the output isn’t echoed):

2 + 2