49
edits
| Line 23: | Line 23: | ||
:5. Comment text, empty statements or lines, or statements or lines with only white-space, will be skipped. | :5. Comment text, empty statements or lines, or statements or lines with only white-space, will be skipped. | ||
:6. Command names must be at least 2 and less than 63 characters. Statements with invalid command names will be skipped. | :6. Command names must be at least 2 and less than 63 characters. Statements with invalid command names will be skipped. | ||
:7. Other text may contain quoted text, where ''' or '"' are valid quote begin and end quote characters. | :7. Other text may contain quoted text, where '<nowiki>'</nowiki>' or '"' are valid quote begin and end quote characters. | ||
:8. If quoted text is found, any semi-colons, line-ends, or comment starts will be ignored, until next matching quote character. | :8. If quoted text is found, any semi-colons, line-ends, or comment starts will be ignored, until next matching quote character. | ||
:9. No other checking or processing is done on any 'other text' after the command name, and any actual meaning is context-dependent and determined when the actual statement is run. | :9. No other checking or processing is done on any 'other text' after the command name, and any actual meaning is context-dependent and determined when the actual statement is run. | ||