While statement (TADS)

From IFWiki

Syntax

In TADS 2 or TADS 3:

while ( expression ) statement

Example

TODO

Description

TODO

Related statements: break, continue, do-while, for, foreach (TADS 3).