Contents | Parent Topic | Previous Topic | Next Topic
Home | Catalog
The general syntax is:
!insert macro [; missing]
The arguments are:
Name | Type | Default | Rule |
macro | string | ||
missing | string | ok | <ok|error|warning> |
See Understanding Macro Interfaces, if necessary.
The insert macro is used to insert the output of macro into an SDF document. missing determines the action if the macro isn't found:
# Insert the text of macro XXX if it's defined !insert 'XXX' # Insert the text of macro XXX; output an error if it's not defined !insert 'XXX'; 'error' # Same as the previous example !XXX
Contents | Parent Topic | Previous Topic | Next Topic
Home | Catalog