Includes the variable-mode, for creating mutable variables within a stack machine.
Includes the variable-mode, for creating mutable variables within a stack machine.
(import-stdlib-variable-mode sm)
Stack Machine Import for variable-mode
Stack Machine Import for variable-mode
(setg sm)
Word function used to set a global variable to a provided value
Word function used to set a global variable to a provided value
(setl sm)
Word function used to set a local variable to a provided value
Word function used to set a local variable to a provided value
(start-global-variable sm)
Puts the stack machine into variable-mode
Puts the stack machine into variable-mode
(start-local-variable sm)
Puts the stack machine into variable-mode to create a local variable.
Puts the stack machine into variable-mode to create a local variable.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close