The < (data shift left) line command moves the body of a program statement to the left without shifting the label or comments. This command attempts to prevent loss of data. See Shifting data for more information.
.-2-. >>-<--+---+---------------------------------------------------->< '-n-'
.-2-. >>-<<--+---+--------------------------------------------------->< '-n-'
To data shift one line toward the left side of your display:
To data shift a block of lines toward the left side of your display:
The BOUNDS setting limits data shifting. If you shift data beyond the current BOUNDS setting, the text stops at the left bound and the shifted lines are marked with ==ERR> flags. If an error occurs in an excluded line, you can find the error with LOCATE, and remove the error flag by using RESET.
To use a data shift to
shift
the body of the program statements (on lines 7 through 10) 7 spaces
to the left
, specify the shift and the range in the line command
field, as shown in Figure 1.


When you press Enter, the editor deletes 7 blanks
on the specified lines, as shown in Figure 2.
Notice that the editor does not shift the label on line 7 or the comments
on lines 8 and 9.

