Text only
|
Text with Images
newLISP Fan Club
Forum => newLISP in the real world => Topic started by: eddier on November 18, 2005, 02:38:51 PM
Title:
error with implicit indexing of strings
Post by:
eddier
on
November 18, 2005, 02:38:51 PM
Code
Select
Expand
(1 "ab") => "b" ;Correct
(1 "a") => "a" ;Incorrect
(rest "a") => ""
Eddie
Title:
Post by:
Lutz
on
November 18, 2005, 03:28:32 PM
Yes, that is inconistent, will be fixed in the next version.
Lutz
Text only
|
Text with Images