Operator Reference
repeat (Operator)
repeat
— Start statement of a repeat..until loop.
Signature
repeat( : : : )
Description
repeat
is the first statement of an repeat
..until
loop.
Result
repeat
always returns 2 (
H_MSG_TRUE)
.
Alternatives
See also
Module
Foundation