home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / s1 / spice / !Nutmeg / script / QBhelp < prev    next >
Encoding:
Text File  |  1992-08-05  |  354 b   |  13 lines

  1. unset echo
  2. set a = 'help'
  3. ifdef qbhelp_comm 'set a = $(a) commands'
  4. ifdef qbhelp_func 'set a = $(a) functions'
  5. ifdef qbhelp_oper 'set a = $(a) operations'
  6. ifdef qbhelp_vars 'set a = $(a) variables'
  7. ifdef qbhelp_cons 'set a = $(a) constants'
  8. ifdef qbhelp_auth 'set a = $(a) authors'
  9. ifdef qbhelp_anyc 'set a = $(a) $(qbhelp_hstr)'
  10. echo $(a)
  11. $(a)
  12. set echo
  13.