home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / text / skoed / arexx / man.rexx < prev    next >
OS/2 REXX Batch file  |  1995-02-27  |  204b  |  12 lines

  1. /* bring up library help on a function */
  2.    
  3. options results
  4.  
  5. address SKOED1
  6. "Get_Var(CurrWord)"
  7. word = result
  8. options
  9.  
  10. address 'COMMAND'
  11. 'run >nil: amigaguide sc:help/sc_lib.guide doc ' || word || '()'
  12.