put escape & "[0m"
A one-length string
consisting solely of ASCII character 27, the escape character. This character can be used to control output to terminals.
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.