Editing Feature for CE OS 5.3 and Later
Editing features have been added to the Program Editor. These include undo, insert, and cut/copy/paste. Press ¼ to EDIT your program. Pressing ƒ b opens the new editing MENU.
Tip: MENU Item 7: Insert Comment Above (ƒ b 7)
Insert Comment Above pastes the quote " token at the start of a new command line above the current cursor location. When this command line is executed, a String variable of the comment text is created and is stored in the Ans variable. When planning out your program and use of variables, if comments are included using the quote " token, plan that the comment string will be stored to Ans upon execution.