cursorForwardClose top-level constant
Closing tag for Cursor Forward.
Template: {cursorForwardOpen}[n]{cursorForwardClose}
.
Moves the cursor forward n
(default 1
) cells.
See also cursorForward and cursorForwardN.
Implementation
const String cursorForwardClose = 'C';