mirror of
https://github.com/wfjm/w11.git
synced 2026-04-19 10:19:40 +00:00
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
# $Id: defs_chars.das 1286 2022-08-25 06:53:38Z mueller $
|
|
#
|
|
# definitions for ASCII control characters
|
|
#
|
|
.symset @chars = BEL=000007,\
|
|
BS=000010,\
|
|
HT=000011,\
|
|
LF=000012,\
|
|
FF=000014,\
|
|
CR=000015,\
|
|
DEL=000177
|