Deprecate treating strings as numbers (#1780)

This commit is contained in:
Rangi
2025-08-06 10:13:22 -04:00
committed by GitHub
parent 34d99b273c
commit a4a830776b
14 changed files with 34 additions and 9 deletions

View File

@@ -21,6 +21,6 @@ MACRO mac2
ENDM
newcharmap map2, main
charmap "\0\n\t\r", "\t", "\r", "\0", "\n"
charmap "\0\n\t\r", '\t', '\r', '\0', '\n'
REDEF string EQUS "goodbye~"