DEL top-level constant

String const DEL

Delete.

DEL is not a member of the C0 set — it sits on its own at the end of the ASCII table — but it is a control character all the same, and terminals treat it as one.

Implementation

const String DEL = '\x7F';