Code: Select all
newLISP v.9.9.5 on Linux
> (rest (rest (directory "test")))
("one" "two" "three")
Code: Select all
newLISP v.9.9.5 64-bit on Linux
> (rest (rest (directory "test")))
("three" ".." "two")
Code: Select all
newLISP v.9.9.5 on Linux
> (rest (rest (directory "test")))
("one" "two" "three")
Code: Select all
newLISP v.9.9.5 64-bit on Linux
> (rest (rest (directory "test")))
("three" ".." "two")
Code: Select all
>>>>> TESTING: ./newlisp FINISHED WITH ERRORS:
>>>> net-lookup failed nil
./newlisp qa-dictionary