- if you have a "class Token" and later do "var token", the type is guessed by name affinity.
- if you do:
token = .getToken() other = token
2. Type annotations: you directly state type
var other:Token var read: Token array