49
edits
(→Syntax) |
|||
| Line 19: | Line 19: | ||
Script | Script statement syntax: | ||
# 'Statements' are text blocks that begin with a command name, and are followed by any other text, and end with line-end or semi-colon. A new statement can begin adjacent to the previous statements ending delimiter. | # 'Statements' are text blocks that begin with a command name, and are followed by any other text, and end with line-end or semi-colon. A new statement can begin adjacent to the previous statements ending delimiter. | ||
# Command names begin or end at white-space, semi-colon, or line-end, and end at comment start. | # Command names begin or end at white-space, semi-colon, or line-end, and end at comment start. | ||