(define sub (lambda (m n) ((n pred) m)))
(ndisp! (sub three two)) --> 1 (ndisp! (sub four two)) --> 2
Georg P. Loczewski 2004-03-05