Open elisehein opened 5 years ago
theoretically it maybe legal but maybe the parser is just getting confused by the empty stuff before the linebreak.
* <get variable> == 1 => Value is 1
should work?
@dcsan that does work fine. I have rather long lines in my scripts though and I'd much prefer splitting lines after the =>
for readability.
maybe you can put some text on the same line... and just use ^ for the continuation.
I'm under the impression that this is valid syntax:
However,
loadFile
andloadDirectory
both report an error in this case:I'm able to run the script after loading even though it logs an error.
The error doesn't appear if I put the conditional all on one line, or if I end the
* Conditional
line with a\s
.