You have accessed the edit menu and you have not selected a new or old file to edit...so I printed this reminder. Use the turbopascal edit commands or wordstar edit commands to edit or write a HAL program. The function keys are not enabled for editing. *** Be certain to save your HAL program with the .HAL extention.*** *** When creating a HALWORLD maze save your world with the .WOL extention.*** If you do not know how to EXIT this editor then type ^KD which saves and exits. For your first HAL program, I have setup a template under the filename: MY_FIRST.HAL . It contains the reserve words for a simple program without procedures. MYSECOND.HAL is a template with the reserved words for a procedure to be defined. EDITING COMMANDS If you wish to MOVE a block of code, mark the beginning of the block with ^KB, then end of the block with ^KK. Move the cursor to the desired spot to relocate and press ^KV. If you wish to DELETE a line of code, move the cursor to that line and press ^KY.