home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
mbug
/
mbug027.arc
/
PED1.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1979-12-31
|
1KB
|
27 lines
PROGRAM Animal_Roots;
(*$V-,C+,U+*)
{ This program has the follwing main functions:
1 Keep a History of each Animal
2 Show the Pedigree of each animal
3 Show the off-spring of each Sire
4 Show the off-spring of each Dame
}
{Version 1 Writen September 5th 1986 by Peter Billing}
{$I CONST.INC}
{$I VARIABLE.INC} {Types and variables}
{$I GENERAL1.INC} {General purpose routines}
{$I AGE.INC} {Age routine}
{$I GENERAL2.INC} {Find_Ear, Display_Form, Display_Rabbit, F_Table InputStr}
{$I DATE.INC} {Date input routine}
{$I PRINTER.INC} {Printer routine for 12 & 13 }
{$I START.INC} {Startup of Program}
{$I INPUT.INC} {Update starts here. InputRabbit routine}
{$I EDIT.INC} {Edit routine}
{$I UPDATE.INC} {Update Main includes Add and Find routines}
{$I SORT.INC} {Sort routine}
{$I FAMILY.INC} {Family Display}
{$I PEDIGREE.INC} {Pedigree Display}
{$I LIST.INC} {List routine}
{$I MAIN.INC} {Main program}