#version
:
version #
This entry is optional, but should be at the top of your script, but below #clearall (if used). It's intended to keep users from running your script if they have an older version of EDGE.EXE, and hence an older version of the RTS parser that might be incompatible with your script.
The current version of RTS is 1.1.
So if you have
#version 1.0
, and use the current build of 1.1, the RTS parser will abort.
I advise not using this tag, since the RTS parser (for the most part) should be backwards compatible.