Constants

escape

Supported By

Example

put escape & "[0m"

Description

A one-length string consisting solely of ASCII character 27, the escape character. This character can be used to control output to terminals.

Note

In XION, you can also use the escape sequence \e to indicate an escape character in a quoted literal. In HyperTalk, all backslashes are literal, as escape sequences are not supported.