1 line
90 B
Text
1 line
90 B
Text
condition.ifTrue: { /* condition is true... */ } ifFalse: { /* condition is false... */ }
|
condition.ifTrue: { /* condition is true... */ } ifFalse: { /* condition is false... */ }
|