The "Unknown:"s below indicate that an entry is incomplete.
See the various entries for Smalltalk
_(1) | variable assignment or declaration (assignment) |
Unknown:
function call
repeat | loop (forever loop) |
val caseOf: {[v1]->[...]. [v2]->[...]} otherwise: ... | multiple selection (switch) |
. | package scope |
:: | package scope |
withIndexDo | iterate with index |
{ a. b. c } | list constructor |
{ a->b. c->d } | dictionary (constructor) |
Unknown:
optional value (null coalescing)
record (type declaration)
union type declaration
enumerated type declaration