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