RosettaCodeData/Task/Call-an-object-method/Smalltalk/call-an-object-method-2.st
2023-07-01 13:44:08 -04:00

1 line
67 B
Smalltalk

theCar := (someCondition ifTrue:[ Ford ] ifFalse: [ Jaguar ]) new.