chickadee » F-operator » range

(range RC-TAG FROM VALUE STEP TO?)syntax

The value of the delimited continuation RC-TAG ranges over the set of values specified by the state generation procedure suite. For use with (breset ...)

FROM
Zero argument procedure, returning the initial state
VALUE
Single argument procedure, of the state, returning the value of the state
STEP
Single argument procedure, of the state, returning the next state
TO?
Single argument procedure, of the state, returning {{#t) when the range is complete