mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 19:22:05 +00:00
Allow dollar signs in identifiers (#1493)
This commit is contained in:
@@ -1069,7 +1069,9 @@ A text string that can be expanded later, similarly to a macro.
|
||||
Symbol names can contain ASCII letters, numbers, underscores
|
||||
.Sq _ ,
|
||||
hashes
|
||||
.Sq #
|
||||
.Sq # ,
|
||||
dollar signs
|
||||
.Sq $ ,
|
||||
and at signs
|
||||
.Sq @ .
|
||||
However, they must begin with either a letter or an underscore.
|
||||
|
||||
Reference in New Issue
Block a user