home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
mbug
/
mbug073.arc
/
GENELOGY.LBR
/
FHALFTWO.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1979-12-31
|
1KB
|
52 lines
* FHALFTWO.CMD used in printing 2nd half of Forebears Chart, called by F.CMD
IF fath>0
GO fath
STORE # TO n2
IF fath>0
GO fath
STORE # TO n3
IF fath>0
GO fath
STORE # TO n4
ENDIF
ENDIF
ENDIF
DO fprint5
IF moth>0
GO moth
STORE # TO n3
IF fath>0
GO fath
STORE # TO n4
ENDIF
ENDIF
DO fprint6
IF moth>0
GO moth
STORE # TO n2
IF fath>0
GO fath
STORE # TO n3
IF fath>0
GO fath
STORE # TO n4
ENDIF
ENDIF
ENDIF
DO fprint7
IF moth>0
GO moth
STORE # TO n3
IF fath>0
GO fath
STORE # TO n4
ENDIF
ENDIF
DO fprint8
STORE 0 TO n1
STORE 0 TO n2
STORE 0 TO n3
STORE 0 TO n4
* EOF