[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

And you thought you could trace ALPHALESSP while sorting...



:l<space>
n

(trace alphalessp)
;Loading TRACE 67
(ALPHALESSP)
(sort '(this is a test) 'alphalessp)
(1 ENTER (ALPHALESSP (IS THIS))
(1 EXIT ALPHALESSP T)
PURPG; 126744>>HRRM 5,(11)   5/   740607   27076/  PUSH 16,6

(:L for me acutally gets an XLISP)
<alt>Ging and poking aroung I find:

;;alphalessp by itself still works and traces correctly.
(trace >)
(sort '(1 2 3 4) '>)
;; works correctly