do
a=a+1
if a = 7 then
exit do
else
a = a * a
end if
until a >= 20
Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook