Jens,

You have to count CRLF as ONE whitespace, because this code is also reported as 15 points
code:
If $a>5
$x=1
EndIf

Statements has to be separated by at least one whitespace, being:
@CRLF
Space
Tabulator

If you omit to count the @CRLF the reported size wil not be of an operational script!!

-Erik