SIMD top-level constant

String const SIMD

Select Implicit Movement Direction.

Representation: CSI s \x5E

Parameter default value: s = 0

SIMD is used to select the direction of implicit movement of the data position relative to the character progression. The direction selected remains in effect until the next occurrence of SIMD.

The parameter values are:

  • 0 - the direction of implicit movement is the same as that of the character progression
  • 1 - the direction of implicit movement is opposite to that of the character progression.

Implementation

const String SIMD = '^';