Re: goto's, and loops

new topic     » goto parent     » topic index » view thread      » older message » newer message

Kat wrote:

> Ok, what about "repeat-until" loops?


   repeat
      code here
   until test

would be:

   while 1 do
      code here
      if test then exit end if
   end while

Hope you like the one-line if statement. blink

-- David Cuny

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu