GOTO: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=[[Image:goto.png|right|GOTO]]GOTO <label>
{{Command|syntax=[[Image:goto.png|right|GOTO]]GOTO <label>
|description=*DESCRPTION*
|description=:Go to the defined label and continue the macro from there.


|param1=<label>|param1_desc={{label}}
|param1=<label>|param1_desc={{label}}

Revision as of 15:26, 26 July 2010

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