Invantive Script statements are separated from other Invantive Script or Invantive UniversalSQL statement using an empty line.
Applying incorrect vertical spacing typically makes a statement fail or be ignored such as in:
```
local remark The load results below will not executed.
local load results clipboard DATA from "c:\temp\non-existing-file.xml" format xml
```