help - Pop up a html browser to view mmucl help files.
help ?subject?
Help pops up a html browser to display the mmucl help files which are written in html. The global variable Mmucl(browser) determines what program is started to view the help files. The default is a simple local html browser written completely in Tcl. In order to use a real web browser like netscape, set Mmucl(browser) to "netscape %1". (The %1 is substitued for the file to load.)
If the file subject.html exists it is loaded. If it does not exist a default file is loaded.