Systems Control Technology ... (415) 494-2233 1801 Page Mill Rd. Palo Alto, Ca. 94303 Mike Liveright Jill Josselyn (1) ********* W O R D ********* This is an interactive spelling correction program. The dictionary files are indexed isam files, 20 of them, all beginning with 'WORDS.L##'. They have been created from a source word file using the program WORDMAKE. The necessary object modules for program WORD are included here and listed in the link command file, WORDLNK.COM. More information is available to the user by typing a '?'. "Help" is available by typing '??'. Note.. This is an "improved" version of a program that was put on the Fall 1982 DECUS tape by SCT (or) SCI. The Improvement is that this program should permit interactive input and output so that a file can be corrected on the fly rather than by a post pass editor. (2) ********** SEDIT.APL *********** This is an APL work space that permits the APL user to edit a function by the standard VAX editors. There is a problem in that when the function can not, after editing, be re-formatted into a legal APL function, then it does not fully recover. This was developed by Strat Jaquette. To use this, Load the work space, and then enter the command: EDIT 'FunName' [cr] .. For the SOS EDITOR or EDT 'FunName' [cr] .. For the EDT EDITOR (3) *********** APL.HLB **************** This is the start of an APL help library that is primarly to be used to assist in the use of DEC VAX-11 APL from ascii terminals. I define a symbol, e.g. QAPL, to point to HELP/..., so that the APL user can enter: )PUSH QAPL And be in the help file to get information about a specific operation. This is at an early stage, and incomplete, but if DEC does not provide such a HELP facility, then I expect to expand it, or have some other user expand it by the next DECUS>