x = "Hello world!" y = 21 println() println(x) print("y=") println(y) dummy() if y > 1: println("OK!")