home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
text
/
hyper
/
amigaguide
/
amigaguide.lha
/
AG_V34
/
rexx
/
getxref.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1993-07-29
|
259b
|
14 lines
/* Simple test for amigaguide.library
* Written by David N. Junod
*/
OPTIONS RESULTS
PARSE ARG node
/* Load the ARexx utility library */
IF ~SHOW('L','amigaguide.library') THEN
CALL ADDLIB('amigaguide.library',0,-30)
line=GetXRef(node)
say line