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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |