blob: 68cc615660f82cae0694a7cb21cd7d20c005972a [file] [log] [blame]
(defun two-plus-two ()
(+ 2 2))
(defun main ()
(print "64 / (2 + 2) =")
(print (/ 64 (two-plus-two))))