POSITION:028:114
COLOUR:STANDARD
TEXT:00,The Euphoria program that BIND.BAT will translate into a machine
TEXT:16,language program is called a "source file". The machine language
TEXT:16,program is called an "object file". EX.EXE generates "object code".
TEXT:32,Sometimes it may not be possible to successfully translate your Euphoria
TEXT:16,program to machine language. While entering Euphoria statements, it is
TEXT:16,possible you may misspell a word. Just as we have spelling and grammar
TEXT:16,rules in the written language, Euphoria also demands we follow set rules
TEXT:16,when typing in these statements. When a spelling or grammar type error
TEXT:16,is made during the typing in of these statements, it's referred to as a
TEXT:16,"syntax error". When your compiler encounters this error in your program
TEXT:16,while trying to translate it to machine language, it will stop. You will
TEXT:16,then see a message explaining what the error is, and where it is in your
TEXT:16,Euphoria program. You then start up your editor, correct the statement in
TEXT:16,error and try to run the compiler or interpreter again.
