class Kaze::Return
- Kaze::Return
- Exception
- Reference
- Object
Overview
An exception raised by a return statement. Note that this is not an actual error, but rather a hacky way to allow getting out of a function scope.
Defined in:
return.crConstructors
Instance Method Summary
-
#value : Bool | Float64 | Kaze::Callable | Kaze::Instance | String | Nil
The return value.
-
#value=(value : Bool | Float64 | Kaze::Callable | Kaze::Instance | String | Nil)
The return value.
Constructor Detail
Instance Method Detail
The return value.
The return value.