Name: Anonymous 2011-10-18 17:06
which has better run time?
while (x<y) do
something
end
.............
top:
if(x<y) then
something
goto top;
end