The following syntactical anomalies
are allowed and handled as follows, if DMH_PARSING=RELAXED.
- A dash (-) on a line by itself is a no-op.
- A DEFAULT value enclosed in single quotation marks and ending
with extraneous characters outside of the quotation marks will ignore
the extraneous characters. For example, in the following, the colon
(:) is ignored.
-DEFAULT ABC='QWERTY' :
- Dialogue Manager amper variables in a -READ command do not have
to be separated by whitespace. They can be positioned together as
one string.
- NOCLOSE can appear at the end of a -READ command.
- Extraneous characters can appear at the end of a -READ command
and will be ignored.