home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
skoed
/
arexx
/
man.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-02-27
|
204b
|
12 lines
/* bring up library help on a function */
options results
address SKOED1
"Get_Var(CurrWord)"
word = result
options
address 'COMMAND'
'run >nil: amigaguide sc:help/sc_lib.guide doc ' || word || '()'