var
Variables can be defined by using assign or var
[...] = optional ... = your value
assign $...=...
var $...=...
assign and var are interchangeable
Standard Xtscript variables are of the form $name
The examples in this manual all use var ... its shorter.
Example code
Example output
Reload$a=120
$b=5040
$c=some words
$d=196
$f=
multi line
pre formatted text
assigned to a
variable