Currently having an unindented blank line at the end of a script causes a Syntax error on a non-existent line.
while x < 100
nolout(x + ' balls in my mouth!')
x = x + 1
else
nolout('Reached the end!!!')
<---- Unindented blank line causes "Syntax error: 'NEWLINE'"
Currently having an unindented blank line at the end of a script causes a Syntax error on a non-existent line.