(do (set a 5) (set b 10) (set thethe 1234) (print (+ a b)) (print (- thethe a)) (print (+ (set a 90) b)) (print a) nil)