Skip to main content

DEL

Constant DEL 

Source
pub const DEL: u8 = 0x7F;
Expand description

Delete control byte 0x7f, the last 7-bit ASCII byte. It is treated as a standalone control byte by the tokenizer.