Re: Exiting from a program
- Posted by D. Newhall <derek_newhall at yahoo.com> Jan 06, 2006
- 460 views
Tom Dailey wrote: > > Chris: > > Yes, free_console() caused the program to exit. Unfortunately, > it also erased all traces of my printout. This can't be that > hard! I just want to write a program that prints a result on > the standard output (my Xterm), and then terminates. In > other words, I want to achieve the same effect as if I had > executed a C program in which main() executes printf() and > then exit(). Surely this is possible. Nope. The Linux version of Euphoria uses ncurses to do all writing to the screen so you can't have normal command line programs. The Euphoria Standard Library project : http://esl.sourceforge.net/ The Euphoria Standard Library mailing list : https://lists.sourceforge.net/lists/listinfo/esl-discussion