error with implicit indexing of strings

Started by eddier, November 18, 2005, 02:38:51 PM

Previous topic - Next topic

eddier


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


Eddie

Lutz

#1
Yes, that is inconistent, will be fixed in the next version.



Lutz