Page 1 of 1

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

Posted: Thu Feb 02, 2006 8:47 pm
by Dmi

Code: Select all

>(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).