Re: eu.ex does not stop parsing after a top-level abort(0)
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Nov 21, 2004
- 533 views
On Sat, 20 Nov 2004 18:22:52 +0300, Igor Kachan <kinz at peterlink.ru> wrote: >In the DOS32 window, try: > >}}} <eucode> >if machine_func(5, -1) then end if >abort(0) ></eucode> {{{ Why? Try this:
if graphics_mode(-1) then end if abort(0) rubbish
On 2.4 you might get a warning, which you could suppress. On 2.5 you also get an error. Same with ex.exe and exw.exe. Many of my programs have notes, bits of C code, etc in the main file after an abort statement. Pete