<-Back

Macro: With-Pinned-Values

with-pinned-values macro

Takes a list of bindings and body similar to let, but each binding contains a variable, which must already exist in this context, followed by a min and a max value to which its inner binding will be pinned. If the value of the outer binding falls outside the range, a warning will be issued.


<-Back