# a program that does a lot of stuff! print "about to do stuff!" # printing stuff! x := 2 # variable stuff! x := x + 1 # math stuff! print x # printing variable math stuff!