5.1 Syntactic elements ¶
Expressions are composed of the following building blocks:
- six reserved keywords, or pseudo-variables:
self
, super
, nil
,
true
, false
, and thisContext
,
- constant expressions for literal objects including
numbers, characters, strings, symbols and arrays,
- variable declarations
- assignments,
- block closures,
- messages.