GOTO

From Macros Wiki
Revision as of 15:26, 26 July 2010 by ConnerO (talk | contribs)
Jump to navigationJump to search

Command

GOTO
GOTO
GOTO <label>


Go to the defined label and continue the macro from there.

Parameters

<label>
A custom label for the macro. It must be on a new line and it must start with a colon. All the text after the colon is the label name.

Example

GOTO horizontal