Repeat

Prev Next Home Home Table Of Contents Index

Repeat

Used for program control.


Example:

REPEAT statement statement UNTIL condition

REPEAT statement UNTIL condition

REPEAT statement UNTIL condition

REPEAT statement statement FOREVER

Example:
Var Key

Repeat Key = ReadKey If Key = 'A' Bat( 'DOLIST.EXE' ) ExitMenu Endif If Key = F1 Then Help Until Key = Esc

See Also: Until Forever

Category: Conditional

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home