(parse "" " ") ---- ()

Started by Dmi, February 02, 2006, 12:47:02 PM

Previous topic - Next topic

Dmi

>(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).
WBR, Dmi