Contact: aviboots(AT)netvision.net.il
39,868 questions
51,791 answers
573 users
object MyClass { def main(args: Array[String]): Unit = { var x = 100; while(true) { println("x = " + x); } } } /* run: x = 100 x = 100 x = 100 x = 100 x = 100 x = 100 x = 100 x = 100 x = 100 x = 100 x = 100 x = 100 x = 100 x = 100 ... */