Liking cljdoc? Tell your friends :D

fif.stdlib.variable

Includes the variable-mode, for creating mutable variables within a stack machine.

Includes the variable-mode, for creating mutable variables within a
stack machine.
raw docstring

arg-global-var-tokenclj/s

source

arg-local-var-tokenclj/s

source

enter-variable-modeclj/s

(enter-variable-mode sm stash)
source

exit-variable-modeclj/s

(exit-variable-mode sm)
source

import-stdlib-variable-modeclj/s

(import-stdlib-variable-mode sm)

Stack Machine Import for variable-mode

Stack Machine Import for variable-mode
sourceraw docstring

setgclj/s

(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
sourceraw docstring

setlclj/s

(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
sourceraw docstring

start-global-variableclj/s

(start-global-variable sm)

Puts the stack machine into variable-mode

Puts the stack machine into variable-mode
sourceraw docstring

start-local-variableclj/s

(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.
sourceraw docstring

variable-modeclj/smultimethod

source

variable-mode-flagclj/s

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close