(rontolisp) docs
← Functions

store-value

(store-value value [condition])

Invokes the innermost active store-value restart with value, and returns nil when none is active — the sibling of use-value (CL pairs the two: use-value supplies a one-off replacement, store-value asks the signaler to also store it).