Action: Let(variable, A)

Related Actions: add, sub, mul, div, mod, random
See also: FKiSS, Events, Actions

let(variable, A)

First defined in: FKiSS3
The let action sets the value of variable to the value of A.

variable

variable must a variable name.

A

A may be a number or a variable.

Example:

;@ let(X, 1) ; Set variable X to the value of 1.
;@ let(A, B) ; set the variable A to the value in variable B.