Re: ADDING UNTIL LOOP TO PREPROCESSOR

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

jiri:

i stand corrected; i *can* add a 'UNTIL' structure with a 1:1 mapping
that generates almost readable code if i do something like:

   -- INPUT FORMAT            -- OUTPUT FORMAT
   loop do                    while 1=1 do
      ...                        ...
      until <conditions>         if <conditions> then exit   end if
   end loop                   end while

this seems closer to the Euphoria way of doing things. will this work
for you? if it does, i'll include it in the next release.

-- david cuny

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

Search



Quick Links

User menu

Not signed in.

Misc Menu