Editing files and calling Emas Commands

KEY The following conveniences are provided to assist program development. They allow files to be created, consulted, corrected and reconsulted without leaving the Prolog system edit(File) Edit the file File using the ECCE editor. When ECCE is exited (using "%c") control returns to Prolog. edit Edit the last file edited. redo(File) Edit the file File and then reconsult File when the editor returns to Prolog. redo Redo the last file edited (with edit or redo). ty(File) Type out the file File on the terminal. ty Type out the last file edited (with edit or redo) on the terminal. files List all your files, using the Emas FILES command. dir List all your files using the Emas DIR command, available in CONLIB.PROLOG . This is currently just a version of FILES but will eventually provide more information about each file listed. gripe Prompt for text which will be mailed to the maintainers of the Emas prolog system. Use this to complain about things, ask questions etc. emas(C) Call the Emas command C. C should be an atom. emas(C,A) Call the Emas command C with the argument string A. Both C and A should be atoms.