(def print (a) () (sys 1 a)) (def sq (x) () (* x x)) (def main () (a) (print (sq 20)))