Luke Palmer wrote:
With parentheses:print((length "foo") < 4) print(3 < 4) So this was quite a disturbing bug.
This is now also quite a fixed bug. :-)
However:
f:{1}.()
still parses as
(&f(:{1})).()
as the "adverbial block" form takes precedence. Is that also wrong?
/Autrijus/
