MarkB
generic
Sections
NuprlLIB
Doc
Def
nth_tl(n;as) == if n
0
as else nth_tl(n-1;tl(as)) fi (recursive)
is mentioned
In prior sections:
list
1
mb
list
1
MarkB
generic
Sections
NuprlLIB
Doc