While()
Synopsis
Start a while loop.
Description
Start a While Loop. Execution will return to this point when EndWhile()
is called until expr is no longer true.
Syntax
While(expr)
Arguments
expr
See Also
Import Version
This documentation was imported from Asterisk Version Unknown