# sc\_esc

## Description

Returns an ASCII escape character, which refers to the table below:

| Decimal | Hex | Oct | Char |
| ------- | --- | --- | ---- |
| 27      | 1B  | 033 | ESC  |

## Input / Parameter

N/A

## Output

| Description                         | Output Type |
| ----------------------------------- | ----------- |
| Returns the ASCII escape character. | String/Text |

## Callback

N/A

## Video

Coming Soon.

## Example

### Steps

1. Draw the `sc_esc` function into the event flow.

   ![](https://399701567-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwmJ1RKjM2uNFaL6fO3Xu%2Fuploads%2Fgit-blob-3aa29c28d8fab34f41dc12757c4caa1ec65cb744%2Fsc_esc-step-1.png?alt=media)

### Result

```
␛
```

## Links
