%systemstring(31)%fnspec username(%string(6)u,%integer i) %externalroutine name(%string(255) s) %string(6)u %if s = "" %thenreturn u<-s s=username(u,1) %if s#"?" %then printstring(u." <==> ".s) %else printstring("Not known") newline %end %endoffile