From: Maciej Witkowiak (ytm_at_elysium.pl)
Date: 2003-01-14 10:10:48
Greg King dnia 09 sty 2003 o 06:56 -0500 napisa³: > > I vote for removing it. Exiting main() should always be the same as calling > > exit(). Other functionality can be achieved by calling special functions. > > Doesn't geoBASIC work that way? The "MAINLOOP" statement drops a program into > GEOS's idle-scan routine. And, "END" and implied-end cancel the program. That's how it will be now with cc65 too - exit() and return from main() will end the program; MainLoop() will return control to the OS. ytm ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-01-14 10:11:12 CET