chickadee » fmt » fmt-let

(fmt-let <name> <value> <format> ...) procedure
(fmt-bind <name> <value> <format> ...) procedure

fmt-let sets the name for the duration of the <format>s, and restores it on return. fmt-bind sets it without restoring it.

A convenience control structure can be useful in combination with these states: