The Comment Section
- Last Updated: January 29, 2024
- 1 minute read
- WS_FTP Pro
- Version 13.0
- Documentation
The Comment Section
Use the comment section to describe the actions of the FireScript. The FireScript code should be well described, so it will be easier to understand and update later. The FireScript executive ignores the comment section.
You can also insert comments in the script section by using the '//' comment delimiter as in C++ and Java. Any text on a line following the '//' sequence is ignored by the parser.