MATLAB: If you try to run the fllowing program,how long would it take

c=clock
d=c(3)
while d==c(3)
c=clock;
end
what's the meaning of"if you insist on running it,change both 3's to 5's "?
this code is copy from P44, Experiments with MATLAB,Cleve Moler

Best Answer

My guess would be until local midnight the day the program started.