error with implicit indexing of strings
Posted: Fri Nov 18, 2005 10:38 pm
Code: Select all
(1 "ab") => "b" ;Correct
(1 "a") => "a" ;Incorrect
(rest "a") => ""
Friends and Fans of newLISP
http://www.newlispfanclub.alh.net/forum/
http://www.newlispfanclub.alh.net/forum/viewtopic.php?f=16&t=845
Code: Select all
(1 "ab") => "b" ;Correct
(1 "a") => "a" ;Incorrect
(rest "a") => ""