RosettaCodeData/Task/Conditional-structures/Oforth/conditional-structures-1.oforth

6 lines
128 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
aBoolean ifTrue: [ ...]
aBoolean ifFalse: [ ... ]
aObject ifNull: [ ... ]
aObject ifNotNull: [ ... ]
aObject ifZero: [ ... ]