<ESC>
Syntax
<ESC>
Description
<ESC> returns the escape character equivalent to the ASCII character 27
(<CHR 27>).
See also: <CHR>.
Example
&SAVE s <QUOTE <ESC>A <ESC>A <ESC>A <ESC>J>
This moves the cursor three lines up the screen and clears the screen
below this point.