mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Hint to {interpolate} names when EQUS expanding does not occur (#1692)
This commit is contained in:
@@ -28,3 +28,15 @@ redef string equs "there"
|
||||
|
||||
redef constant equ 6*9
|
||||
println constant
|
||||
|
||||
macro mac
|
||||
endm
|
||||
|
||||
redef mac equ 42
|
||||
|
||||
def name equs "constant2"
|
||||
def name equ 1337
|
||||
|
||||
redef name equs "mac2"
|
||||
macro name
|
||||
endm
|
||||
|
||||
Reference in New Issue
Block a user