3 Feb
2009
3 Feb
'09
9:16 a.m.
Chris Moules wrote:
I have just come across an oddity in the unlang parsing. I though that I had some form of logic error, but it turned out to be white space.
I had some unlang code, like the following: ... } else {
That won't work. The parser is *very* bad.
Restructuring the code the to following, however, works fine. ... } else {
Yes. That will work. It's not clearly documented, but the examples and "unlang" man page do say "else {", and not "} else {" Alan DeKok.