Scala Imports - chrisbitm/python GitHub Wiki

Input from User

import scala.io.StdIn.readLine;
import scala.util.control.Breaks._;
import scala.collection.immutable._
import scala.collection.mutable.ListBuffer  // var name = ListBuffer()

Break out of a loop

import scala.