home *** CD-ROM | disk | FTP | other *** search
- unset echo
- set a = 'help'
- ifdef qbhelp_comm 'set a = $(a) commands'
- ifdef qbhelp_func 'set a = $(a) functions'
- ifdef qbhelp_oper 'set a = $(a) operations'
- ifdef qbhelp_vars 'set a = $(a) variables'
- ifdef qbhelp_cons 'set a = $(a) constants'
- ifdef qbhelp_auth 'set a = $(a) authors'
- ifdef qbhelp_anyc 'set a = $(a) $(qbhelp_hstr)'
- echo $(a)
- $(a)
- set echo
-