DO LOOP
————–
Do loop has 2 version. one where condition is evaluated at the beginning
whose Syntax:
Do [while | until] [condition]
[statements]
[exit do]
[increment | statements]
Loop
DO LOOP
————–
Do loop has 2 version. one where condition is evaluated at the beginning
whose Syntax:
Do [while | until] [condition]
[statements]
[exit do]
[increment | statements]
Loop