1 2 3 4 5 6 7 8 9
(do (set a 5) (set b 10) (set thethe 1234) (print (+ a b)) (print (- thethe a)) (print (+ (set a 90) b)) (print a) nil)