SUPPORTjlc
Sections
NuprlLIB
Doc
Def
f{m..n
} == if n
m
nil else f(m).f{(m+1)..n
} fi (recursive)
is mentioned
In prior sections:
list
1
SUPPORTjlc
Sections
NuprlLIB
Doc