var size -- oof ``var''
Create an instance variable
ptr -- oof ``ptr''
Create an instance pointer
asptr class -- oof ``asptr''
Create an alias to an instance pointer, casted to another class
defer -- oof ``defer''
Create an instance defer
early -- oof ``early''
Create a method selector for early binding
method -- oof ``method''
Create a method selector
static -- oof ``static''
Create a class-wide cell sized variable
how: -- oof ``how-to''
End declaration, start implementation
class; -- oof ``end-class''
End class declaration or implementation
Go to the first, previous, next, last section, table of contents.