dim stella
stella = "dead"
do until stella <> "dead"
response.write("Stella is so dead for her FYP.")
if stella <> "dead" then
stella = "dead"
else
stella = "dead"
end if
loop
Somehow, it just progressed into an infinite loop, didn't it?
stella = "dead"
do until stella <> "dead"
response.write("Stella is so dead for her FYP.")
if stella <> "dead" then
stella = "dead"
else
stella = "dead"
end if
loop
Somehow, it just progressed into an infinite loop, didn't it?

0 Comments:
Post a Comment
<< Home