mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Added TODO
This commit is contained in:
parent
0cb8f0f591
commit
a6d2cc0b7a
1 changed files with 3 additions and 0 deletions
|
@ -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>? ">")
|
||||
|
|
Loading…
Add table
Reference in a new issue