RosettaCodeData/Task/Inheritance-Single/E/inheritance-single-4.e
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

17 lines
213 B
Text

? fido :Animal
# value: <fido>
? fido :Cat
# problem: <fido> is not a Cat
? fido :Lab
# value: <fido>
? tom :Animal
# value: <tom>
? tom :Cat
# value: <tom>
? brick :Animal
# problem: <brick> is not a Animal