increment-in-range

Name

increment-in-range -- Return v+1 but no more than high.

Synopsis

(increment-in-range v high)

Description

Return v+1 but no more than high.

Implementation Notes

Module: (app scwm undo)

Defined in scheme/undo.scm at line 42 (CVS log)