LOOP

From Recital Documentation Wiki
Revision as of 11:24, 17 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

LOOP

Class

Applications


Purpose

Force control to beginning of a looping command


Syntax

LOOP


See Also

DO WHILE, EXIT, FOR


Description

The LOOP command forces program control to the top of the closest DO WHILE or FOR…NEXT loop.


Example

use patrons index events, names
do while not eof()
  if deleted()
    loop
  endif
  display event, name, seats, seats * price
  skip
enddo


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer