A Statement is a description of an action or
condition.For example,
the 'do/while' statement directs
program flow to repeat a particular line or block
of code while a given condition does not
apply.
A
keyword, such as do, while, for, next etc, is a
word the compiler understands. Depending on the
keyword the compiler will look for certain
structures in the code.
|
 |