blob: 2ddedd8c315ed50e609e7a3173f7355e8d392839 [file] [log] [blame]
swissChilibed80922021-04-13 21:58:05 -07001(defun my-fun (a b)
2 (display t "%a\n" (+ a b)))
swissChilica107a02021-04-14 12:07:30 -07003
4(defun main ()
5 (my-fun pi four))