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