Re: ADDING UNTIL LOOP TO PREPROCESSOR
- Posted by David Cuny <HW1.DCUNY at HW1.CAHWNET.GOV> Jan 07, 1997
- 1587 views
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