BS top-level constant

String const BS

Backspace.

BS causes the active data position to be moved one character position in the data component in the direction opposite to that of the implicit movement.

The direction of the implicit movement depends on the parameter value of SELECT IMPLICIT MOVEMENT DIRECTION (SIMD).

Implementation

const String BS = '\b';