Using the Language Sensitive Editor LSE These are just a few hints for getting started. When in LSE use GOLD 7 HELP and follow the various paths Example: type the following $ LSE TEST.ADA ^E down arrow down arrow ^E in general, if you do not want what the cursor is on, kill it with ^K if you want it, then expand it with ^E type in your names or statements when ^E won't work ^N gets you to next place holder ( you have to fill in ) ^P puts you back to the last placeholder When it looks like Ada, use GOLD 7 COMPILE/REVIEW This will take a while, errors will occur in the top window your source will be in the bottom window Type ^G to get to your source, edit it to make corrections Type ^F to go forward to next error Type ^B to go back to previous error Again, type COMP/REV to spawn compilation and come back for review When it says no errors, type the sequence : GOLD 7 SPAWN $ ACS LINK/DEBUG TEST $ RUN TEST > SET MODE SCREEN > SET MODU/ALL > GO > GO use EX NAME to examine a value when done, > EXIT $ EOJ ! LOGOUT will also work This gets back from SPAWN and you are in the editor with your program ready to edit.