home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 12
/
CD_ASCQ_12_0294.iso
/
maj
/
4405
/
multi1.hdf
< prev
next >
Wrap
Text File
|
1993-11-03
|
1KB
|
37 lines
;******************************************************************************
; overview *
;******************************************************************************
.topic overview
This is a test of multiple file databases.
We have here Two links :
1: ~Internal Link~intlink~
2: ~External Link~extLink~
.end-topic
;******************************************************************************
; intLink *
;******************************************************************************
.topic intLink
.export
This is a test, it can be called from an external database
.end-topic
;******************************************************************************
; multi2.exp *
; These are the exported topics from multi-2, generated by helpc /pp+ multi2 *
;******************************************************************************
.ifndef preprocess
.include multi2.exp
.endif
; Notice that the ifndef is needed, because we have a case in which 2 databases
; call each other. If we would have used the more common method of computer
; languages, in which there are no circular references, we could have eliminated
; that.