Piecewise operators allow you to re-evaluate values that are on the stack.
This allows you to grab variables that are on the stack to be re-evaluated.
Piecewise operators allow you to re-evaluate values that are on the stack. This allows you to grab variables that are on the stack to be re-evaluated.
(piecewise-first sm)(n -- 'n) Queues the first value on the stack back on the code stack. Used to dereference variables on the stack, or to reorganize stack values.
(n -- 'n) Queues the first value on the stack back on the code stack. Used to dereference variables on the stack, or to reorganize stack values.
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 |