Sfoglia il codice sorgente

Use real value for amt: comparison functions.

Innocenty Enikeew 7 anni fa
parent
commit
bc10fdf43b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      parsing.lisp

+ 1 - 1
parsing.lisp

@@ -336,7 +336,7 @@
                    (.identity #\=)))
           (value (.number)))
     (.identity #'(lambda (v)
-                   (funcall (find-symbol (string op)) (abs v) value)))))
+                   (funcall (find-symbol (string op)) v value)))))
 
 (defun .month ()
   (.or (.progn (.or (.string= "january") (.string= "jan")) (.identity 1))