while %T a=int(rand()*20) // [0..19] printf("%2d ",a) if a==10 then break; end b=int(rand()*20) printf("%2d\n",b) end printf("\n")