Inserts the item specified by the option word. Format ENTER option
1 – COMMENT
Converts pseudocode into comments. Format ENTER COMMENT
1.1 – Qualifiers
1.1.1 /BLOCK
/BLOCK (D) Specifies that the comment should be entered above the cursor (or selected text range), formatting the comment according to the placeholder LSE$BLOCK_COMMENT. You cannot specify both the /BLOCK and /LINE qualifiers.
1.1.2 /LINE
Specifies that the comment should be entered at the end of the current line (or selected text range), formatting the comment according to the placeholder LSE$LINE_COMMENT. You cannot specify both the /LINE and /BLOCK qualifiers.
2 – LINE
Splits the current line into two lines. Format ENTER LINE
2.1 – Qualifiers
2.1.1 /BEGINNING
/BEGINNING (D) Indicates that the cursor should be left at the beginning of the second line. If you position the cursor at the end of the original line, the /BEGINNING qualifier adds a new blank line to the current buffer and repositions the cursor at the beginning of the new line. If you position the cursor at the beginning of a line, the /BEGINNING qualifier adds a new blank line before the current line and the cursor remains at the beginning of the current line. If you position the cursor within a line, the /BEGINNING qualifier splits that line into two lines at the original cursor position and repositions the cursor at the beginning of the second line.
2.1.2 /COMMENT
/COMMENT (D) /NOCOMMENT Indicates whether or not the second line should be a comment. This qualifier has no effect unless each of the following conditions are met: o The current buffer is associated with a language o Comments are defined for the language o The cursor is positioned within a comment o Wrapping is set for the current buffer If all these conditions apply, you use the /NOCOMMENT qualifier when you want to terminate a comment and begin a code line.
2.1.3 /END
Indicates that the cursor should be left at the end of the first line. If you start with the cursor at the end of the original line, the /END qualifier causes the cursor to stay there. If you start with the cursor at the beginning of a line, the /END qualifier adds a new blank line before the current line and positions the cursor on that blank line. If you position the cursor within a line, specifying the /END qualifier splits the line in two leaving the cursor at the end of the first line.
3 – PSEUDOCODE
Inserts pseudocode placeholder delimiters. Format ENTER PSEUDOCODE
4 – SPACE
Inserts or overstrikes a space at the current cursor position, depending on whether the current editing mode is insert or overstrike. If wrap mode is set, then line-oriented filling occurs. Format ENTER SPACE
5 – SPECIAL
Causes LSE to insert into the current buffer a character whose ASCII code you specify. Format ENTER SPECIAL ASCII-code
5.1 – Parameter
ASCII-code Specifies the ASCII code of the character you want as a decimal number from 0 through 255.
6 – TAB
Inserts tabs and blanks at the current cursor position. Format ENTER TAB
7 – TEXT
Inserts text at the current cursor position. Format ENTER TEXT string
7.1 – Parameter
string Is a quoted string specifying the text to be inserted.