Re: Euphoria For Loop Question
- Posted by andreasWagner Mar 13, 2024
- 580 views
mitgedanken said...
loop do ... end loop
This may end with something like this:
<0132>:: Syntax error - expected to see possibly 'until', not 'end' end loop ^
mitgedanken said...
Maybe, according to the documtation, more like this
atom endofdays=0 loop do -- something useful until endofdays end loop