Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

COMMENT

LINE

PSEUDOCODE

SPACE

SPECIAL

TAB

TEXT

Qualifiers

/BLOCK

/LINE

Qualifiers

/BEGINNING

/COMMENT

/END

Parameter

Parameter

Language Sensitive Editor ENTER — VMS LSE_3.0

   Inserts the item specified by the option word.

   Format

     ENTER   option

Additional information available:

COMMENTLINEPSEUDOCODESPACESPECIALTAB
TEXT

COMMENT

   Converts pseudocode into comments.

   Format

     ENTER COMMENT

Additional information available:

Qualifiers

Qualifiers

Additional information available:

/BLOCK/LINE

/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.

/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.

LINE

   Splits the current line into two lines.

   Format

     ENTER LINE

Additional information available:

Qualifiers

Qualifiers

Additional information available:

/BEGINNING/COMMENT/END

/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.

/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.

/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.

PSEUDOCODE

   Inserts pseudocode placeholder delimiters.

   Format

     ENTER PSEUDOCODE

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

SPECIAL

   Causes LSE to insert into the current buffer a character whose
   ASCII code you specify.

   Format

     ENTER SPECIAL   ASCII-code

Additional information available:

Parameter

Parameter

ASCII-code
   Specifies the ASCII code of the character you want as a decimal
   number from 0 through 255.

TAB

   Inserts tabs and blanks at the current cursor position.

   Format

     ENTER TAB

TEXT

   Inserts text at the current cursor position.

   Format

     ENTER TEXT   string

Additional information available:

Parameter

Parameter

string
   Is a quoted string specifying the text to be inserted.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026