Users who write this likely don’t understand how the indentation of string quotation works:


foo:
body -> $[ void foo {
[body]
]

A warning could tell them not to write them like that, using negative indentation in two lines. Writing this is fine though:


foo:
body -> $[
void foo {
[body]
}
]

Submitted by Lennart Kats on 25 August 2010 at 12:58

On 8 January 2013 at 16:54 Gabriël Konat tagged minor

Log in to post comments