Category:Initlib: Difference between revisions

Content added Content deleted
Line 88: Line 88:
/succ {1 add}.
/succ {1 add}.
/pred {1 sub}.
/pred {1 sub}.
/range {
exch aload pop
rup exch rdown {} for
}.
% [0 10] 2 range
% combinators
% combinators
/linrec {
/linrec {