REP top-level constant

String const REP

Repeat.

Representation: CSI n \x62

Parameter default value: n = 1

REP is used to indicate that the preceding character in the data stream, if it is a graphic character (represented by one or more bytes) including SPACE, is to be repeated n times. If the character preceding REP is a control function or part of a control function, the effect of REP is not defined by Standard.

Implementation

const String REP = 'b';