Jon Kleiser <[email protected]> writes: Hi Jon,
> 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! Surprising at first, but plausible after reading the docs. Thanks for the tip! -- cheers, Thorsten -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
