Monday, December 10, 2007

How to work REPEAT ... UNTIL function

How to work REPEAT ... UNTIL function

To work REPEAT ... UNTIL function

Description:

The statements between repeat and until are executed in sequence until, at the end of a sequence, the Boolean expression is True.

Declaration:

repeat

statement;

statement;

...

statement

until expression


No comments: