next up previous contents
Next: Examples Up: AEL Example USAGE Previous: goto, jump, and labels   Contents

Macros

A macro is defined in its own block like this. The arguments to the macro are specified with the name of the macro. They are then referred to by that same name. A catch block can be specified to catch special extensions.

A macro is then called by preceding the macro name with an ampersand. Empty arguments can be passed simply with nothing between comments(0.11).



2012-11-21