Added TODO

This commit is contained in:
Justin Ethier 2017-08-08 13:54:15 +00:00
parent 0cb8f0f591
commit a6d2cc0b7a

View file

@ -88,8 +88,11 @@
(bin-num-op fx+ "+")
(bin-num-op fx- "-")
(bin-num-op fx* "*")
;; TODO: need a 0 check for these next 2. maybe need another macro for that
(bin-num-op fxquotient "/")
(bin-num-op fxremainder "%")
(cmp-op fx=? "==")
(cmp-op fx<? "<")
(cmp-op fx>? ">")