list 1 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def i<j == if i<j true ; false fi

is mentioned by

Def firstn(n;as)
Def == Case of as; nil  nil ; a.as'  if 0<n a.firstn(n-1;as') else nil fi
Def (recursive)
[firstn]

In prior sections: bool 1

Try larger context: StandardLIB IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

list 1 Sections StandardLIB Doc