A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
7
Task/Inheritance-Single/Forth/inheritance-single.fth
Normal file
7
Task/Inheritance-Single/Forth/inheritance-single.fth
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
include 4pp/lib/foos.4pp
|
||||
|
||||
:: Animal class end-class {} ;
|
||||
:: Dog extends Animal end-extends {} ;
|
||||
:: Cat extends Animal end-extends {} ;
|
||||
:: Lab extends Dog end-extends {} ;
|
||||
:: Collie extends Dog end-extends {} ;
|
||||
Loading…
Add table
Add a link
Reference in a new issue