POSITION:030,114
IMAGE:graphics\image10.bmp
POSITION:200,114
COLOUR:STANDARD
TEXT:00,Now that you have reached this current level of
TEXT:16,understanding about the Euphoria programming
TEXT:16,language, the tutorial's style of teaching is
TEXT:16,going to change. Instead of reading program
TEXT:16,examples on the screen, you will now be able to
TEXT:16,execute actual Euphoria programs and view their
TEXT:16,source code. This approach is necessary, as these
TEXT:16,advanced features of Euphoria need more than
TEXT:16,reading text in the tutorial in order to be
TEXT:16,clearly understood.
X_ADJUST:028
TEXT:32,The program examples you have studied through the past chapter have one
TEXT:16,thing in common. All the data they process is stored in the body of the
TEXT:16,program, in the form of assignment statements. In real life, this is
TEXT:16,not the case. Today's programs do not keep data as part of the source
TEXT:16,code, but instead obtain it from elsewhere.
