StandardLib Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def gcd(a;b) == if b=0 a else gcd(b;a rem b) fi  (recursive)

is mentioned

In prior sections: num thy 1

IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

StandardLib Sections NuprlLIB Doc