newLISP Fan Club

Forum => Anything else we might add? => Topic started by: Dmi on February 02, 2006, 12:47:02 PM

Title: (parse "" " ") ---- ()
Post by: Dmi on February 02, 2006, 12:47:02 PM
>(parse "" " ")
()

When parsing an empty string the result will be an empty list.

My personal expectance was ("").

After thinking a bit, I'm agree that an empty list is an reasonal behavior.

But, possible, it would be good to reflect this in manual on (parse).