RosettaCodeData/Task/Inheritance-Single/Lisaac/inheritance-single-3.lisaac

6 lines
82 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
Section Header
+ name := DOG;
Section Inherit
- parent : ANIMAL := ANIMAL;
// ...