declare proc {Loop10 I} if I==10 then skip else {Browse I} {Loop10 I+1} end end