(def id (fun (arg) arg)) (def diff (fun (a b) (@/ a b))) (def a 6) (def tru (@= 1 1)) (def fls (@= 0 1)) (id (diff a 3))