Hi,If you read the docs carefully, you may know that (gt0 X) and (> X 0) are NOT equivalent. This is my small observation today:
X: 1 T
-------------------
(gt0 X) -> 1 NIL
(> X 0) -> T T
Have a nice weekend!
/Jon
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
