Functionally Equivalent Language Translation →
(setq var-name expression) (setq total 0)
See also = (ASSIGN) DEFVAR
This instruction is named after the Lisp 'set quote' command. It performs the same task and so please refer to the = (ASSIGN) instruction page for complete instructions and examples.