class Kaze::Break
- Kaze::Break
- Exception
- Reference
- Object
Overview
An exception raised by a break statement. Like the return statement, this is a hacky way to implement a control mechanism in loops.
Defined in:
break.crConstructors
Instance Method Summary
-
#value
The return value.
-
#value=(value)
The return value.