int x = 1 void Main(input) { print input while x < 10 { x += 1 print x } x += 1 print x x -= 1 print x } Main "hi"