POSITION:030,114
COLOUR:STANDARD
IMAGE:graphics\image02.bmp
POSITION:200,114
TEXT:00,Before any understanding of Euphoria programming
TEXT:16,is begun, you must first understand what the terms
TEXT:16,"program" and "programming" mean.
TEXT:16,A program, simply put, is a series of computer
TEXT:16,instructions organized in order to complete a
TEXT:16,given task. For example, this tutorial's task
TEXT:16,is to teach a newcomer how to program in Euphoria.
TEXT:16,It is made up of computer instructions organized
TEXT:16,in a way so it can carry out that given task.
TEXT:16,More complex programs may have their primary task
X_ADJUST:28
TEXT:16,broken down into a series of smaller tasks. For example, a spreadsheet
TEXT:16,program's primary purpose is to organize and calculate numeric data
TEXT:16,but this is then broken down further into smaller tasks like graphing
TEXT:16,forecasting, incorporating the computed figures into a report and so
TEXT:16,forth. Your very first programs will have very simple tasks, but as
TEXT:16,you create larger programs, those tasks will become more complex.

