We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To create a variable:
var var_name=value
var is the variable declaration.
var
To create a condition:
cond arg->{executed if arg = 1}/{executed if arg = 0}
cond is the variable declaration, arg is either a value of 0 or 1, and the / is the separator of the two executing strings.
cond
arg
0
1
/