DEBUG: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=right|DEBUGDEBUG <label>, <var name> (max 50 variables) |description=:Retuns the absolute value of the input, to view the result use debug. ...
 
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=[[Image:debug.png|right|DEBUG]]DEBUG <label>, <var name> (max 50 variables)
{{Command|syntax=[[Image:debug.png|right|DEBUG]]DEBUG <label>, <var name> (max 50 variables)
|description=:Retuns the absolute value of the input, to view the result use [[DEBUG|debug]].
|description=:view the value of variables.


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

Revision as of 17:18, 22 July 2010

Command

DEBUG
DEBUG
DEBUG <label>, (max 50 variables)


view the value of variables.

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.
Set the value of a number variable

Example

DEBUG "deubug example", r1, a1