Selaa lähdekoodia

Use real value for amt: comparison functions.

Innocenty Enikeew 7 vuotta sitten
vanhempi
commit
bc10fdf43b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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))