Comments
If you wish to leave a comment, you can do so by starting the line with #. Comments can be useful if you wish to describe something in more detail. Anything that is not a command should start with #. Also, you can replace anything in brackets with #, and its contents will be taken from the next comment. This is quite useful with the Goto command, as shown in this example:
goto (#)
# the closest system inside romulan space.
This command will attempt to go to the closest system inside romulan space. Comments can be used in this way for almost every command.