Page 1 of 1

error with implicit indexing of strings

Posted: Fri Nov 18, 2005 10:38 pm
by eddier

Code: Select all

(1 "ab") => "b"  ;Correct
(1 "a") => "a"  ;Incorrect
(rest "a") => ""
Eddie

Posted: Fri Nov 18, 2005 11:28 pm
by Lutz
Yes, that is inconistent, will be fixed in the next version.

Lutz