Chapter Summary
Problem | Solution | Listing |
---|---|---|
Inspect and invoke reflected functions | Use the Type and Value methods for functions | 5–7 |
Create new functions | Use the FuncOf and MakeFunc functions | 8, 9 |
Inspect and invoke reflected methods | Use the Type and Value methods for methods |