![]() |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
As stated ;
is mostly used to terminate statements, however it's
also a statement in its own right.
The ;
on it's own will simply be a null-statement causing nothing
to happen. This is useful when you have test-clauses and loops (described
later) that perform their intended purpose within the test or loop clause
and aren't actually intended to do anything else.