add >
This commit is contained in:
parent
7f7e0f4b2b
commit
297a7f2111
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
(if (empty? xs) v
|
(if (empty? xs) v
|
||||||
(eval-or in xs))))))
|
(eval-or in xs))))))
|
||||||
|
|
||||||
(def syms '(= < <= >= + +' - -' * *' / == aget alength apply assoc assoc-in
|
(def syms '(= < <= > >= + +' - -' * *' / == aget alength apply assoc assoc-in
|
||||||
associative? array-map
|
associative? array-map
|
||||||
|
|
||||||
bit-and-not bit-set bit-shift-left bit-shift-right bit-xor boolean
|
bit-and-not bit-set bit-shift-left bit-shift-right bit-xor boolean
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue