From 297a7f2111fcd009ef85dc434707a8a601b3c89f Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 10 Aug 2019 23:24:06 +0200 Subject: [PATCH] add > --- src/babashka/interpreter.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/babashka/interpreter.clj b/src/babashka/interpreter.clj index deed0eed..8d75054a 100644 --- a/src/babashka/interpreter.clj +++ b/src/babashka/interpreter.clj @@ -55,7 +55,7 @@ (if (empty? xs) v (eval-or in xs)))))) -(def syms '(= < <= >= + +' - -' * *' / == aget alength apply assoc assoc-in +(def syms '(= < <= > >= + +' - -' * *' / == aget alength apply assoc assoc-in associative? array-map bit-and-not bit-set bit-shift-left bit-shift-right bit-xor boolean