The title says it all.
I have a file called "foo"
foo
bar
baz
bif
doodle
> (length (parse (read-file "foo") "n"))
6
> (length (parse (read-file "foo") {n}))
1
What am I missing in this behavior?
Quoting with the curly brackets suppresses the backslash escape effect for special characters. See str in:
http://www.newlisp.org/downloads/newlisp_manual.html#type_ids