Add-On Instruction structure

Use the
aoi
keyword to declare an add-on instruction.
This table showis the structure of an add-on instruction.
Definition:
aoi [name]( <comma separated parameter list> ) {
<property name> := <property value>
<local tags>
<routines>
}
Calling:
[AOI name (mnemonic)] ( [backing tag], <comma separated parameter list> );
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.