Clamps Dictionary
counter
Macro
(counter start end &key (step 1) loop-p done-action)
Count from START to END (excluded) by STEP, optionally in loop if LOOP-P is T.
The one-argument function DONE-ACTION is called at the end if LOOP-P is NIL. The function argument is the DSP node.
Created: 2025-02-18 Di 12:58