| Authors: | Joe Groff |
| Class | Superclass | Slots |
| word effect | ||
| value expected-type word expected-types |
| Class | Superclass |
| Word | Syntax |
| TYPED: word ( a b: class ... -- x: class y ... ) body ; | |
| TYPED:: word ( a b: class ... -- x: class y ... ) body ; |
| Word | Stack effect |
| ( word def effect -- ) | |
| ( value expected-type word expected-types -- * ) | |
| ( word effect -- * ) | |
| ( value expected-type word expected-types -- * ) | |
| ( value expected-type word expected-types -- * ) |
| Word | Stack effect |
| ( object -- ? ) | |
| ( object -- ? ) | |
| ( object -- ? ) | |
| ( object -- ? ) | |
| ( object -- ? ) | |
| ( object -- ? ) |
| Vocabulary | Summary |
| typed.debugger vocabulary | |
| typed.namespaces vocabulary | |
| typed.prettyprint vocabulary |
| Vocabulary | Summary |
| typed.private vocabulary |