RosettaCodeData/Task/Conditional-structures/Oforth/conditional-structures-1.oforth
2016-12-05 23:44:36 +01:00

5 lines
128 B
Text

aBoolean ifTrue: [ ...]
aBoolean ifFalse: [ ... ]
aObject ifNull: [ ... ]
aObject ifNotNull: [ ... ]
aObject ifZero: [ ... ]