Bundle Core runtime library providing primitive types (Bool, Byte, Char, Int, Float, String), base collections, and system utilities. Every Objeck program links against this bundle automatically via lang.obl.
FuncRef
Holds a function of in/out type R
Operations
Set #
Sets function
method : public : Set(func:()~R) ~ NilParameters
| Name | Type | Description |
|---|---|---|
| func | ()~R | function |