5 lines
128 B
Forth
5 lines
128 B
Forth
aBoolean ifTrue: [ ...]
|
|
aBoolean ifFalse: [ ... ]
|
|
aObject ifNull: [ ... ]
|
|
aObject ifNotNull: [ ... ]
|
|
aObject ifZero: [ ... ]
|