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, cast 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