How to Run the Programs

There are several ways to run (or start) Euphoria programs.

  1. Via the command line - In Windows, this requires going to a DOS (or Command) prompt. In Linux/FreeBSD, you're usually already there. If you're running KDE or some other graphical interface, simply start up a shell window. Once you're at the command line, you will type eui program_name and press ENTER. The Euphoria interpreter will open the file specified by 'program_name' and execute the input therein.
  2. Via double-click - In a graphical user interface, if you have associated Euphoria program files with the Euphoria interpreter, you can simply double-click on the program file and it will run.
  3. Via your program editor - Your program editor might have a provision for running the programs you create from within the editor itself. If you are running RDS' ed, you can press 'ESC' then 'e' to run (or "execute") your program. For any other editor, check the documentation or ask on the Euphoria mailing list.