Hint to {interpolate} names when EQUS expanding does not occur (#1692)

This commit is contained in:
Rangi
2025-05-18 11:53:34 -04:00
committed by GitHub
parent 063d284cbf
commit 4f2400c15b
7 changed files with 41 additions and 1 deletions

View File

@@ -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