BREAK()
Exits from a BEGIN SEQUENCE block
- Syntax
-
- BREAK( <xExp> ) --> NIL
- Arguments
-
- <xExp> is any valid expression. It is always required. If do not want to pass any argument, just use NIL.
- Returns
-
- NIL
- Description
-
- This function passes control to the RECOVER statement in a BEGIN SEQUENCE block.
Examples
Break( NIL )
- Status
- Ready
- Compliance
-
- BREAK() is fully CA-Clipper compliant.
- Files
-
- Library is vm
- See Also