GOTO: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=GOTO <label> |description=*DESCRPTION* |param1=<label>|param1_desc={{label}} }} ===Example=== :- GOTO Category:Language
 
ConnerO (talk | contribs)
No edit summary
Line 6: Line 6:


===Example===
===Example===
:- GOTO
:GOTO horizontal


[[Category:Language]]
[[Category:Language]]

Revision as of 15:21, 26 July 2010

Command

GOTO <label>


  • DESCRPTION*

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