Difference between revisions of "GOTO"
From Macros Wiki
(New page: {{Command|syntax=GOTO <label> |description=*DESCRPTION* |param1=<label>|param1_desc={{label}} }} ===Example=== :- GOTO Category:Language) |
|||
Line 6: | Line 6: | ||
===Example=== | ===Example=== | ||
− | : | + | :GOTO horizontal |
[[Category:Language]] | [[Category:Language]] |
Revision as of 10: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