POSITION:028,114
COLOUR:STANDARD
TEXT:00,To create a Euphoria program, you first start up an editor program that
TEXT:16,lets you enter Euphoria programming instructions, called "statements".
TEXT:16,Just as if you were writing a letter, you start typing at the top of
TEXT:16,the editor window, and then proceed downwards. Exactly what you will be
TEXT:16,typing will be revealed soon. Understand for now you will require an
TEXT:16,editor program to do this. MS-DOS's EDIT program is satisfactory, or you
TEXT:16,can use ED, which comes with the Euphoria software. Once you have
TEXT:16,finished typing your Euphoria program, you can save it to the hard drive
TEXT:16,or floppy drive as a file with .EX as the extension.
TEXT:32,But you're not finished just yet. Remember that your computer only
TEXT:16,understands machine language. It cannot understand Euphoria programming
TEXT:16,statements. So, it must be converted to machine language.
