do


Description:

Begins a do-until block.

Usage:

do

Arguments:

None.

Specifics:

This type of loop allows for evaluation at the end of the block, meaning the interior code will be processed at least once.

See Also: