Function REP

Source
pub fn REP(n: Option<u32>) -> ControlFunction<'static>
Expand description

Repeat.

REP is used to indicate that the preceding character in the data stream, if it is a graphic character (presented by one or more bit combinations) 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.

The default value for n is 1.