altos/lisp: Add floats
[fw/altos] / src / lisp / ao_lisp_const.lisp
index 861a4fc80eed91314a76453f63528fef4d21340e..9fb7634c5858e1cd7d4d76330b8ab72953ad9da6 100644 (file)
 (odd? 3)
 (odd? -1)
 
-(define exact? number?)
-(defun inexact? (x) #f)
-
                                        ; (if <condition> <if-true>)
                                        ; (if <condition> <if-true> <if-false)