mirror of
https://github.com/mi57730/a2d.git
synced 2025-03-01 13:29:36 +00:00
7 lines
139 B
PHP
7 lines
139 B
PHP
|
;;; ------------------------------
|
||
|
;;; ASCII Code Points
|
||
|
;;; ------------------------------
|
||
|
|
||
|
ASCII_TAB := $09
|
||
|
ASCII_RETURN := $0D
|