Don't expand string symbols in MACRO and FOR symbol names

Explicit {interpolation} can still achieve this, but
to match DEF, REDEF, and PURGE, these new directives that
define symbols do not expand string EQUS.
This commit is contained in:
Rangi
2021-03-17 21:23:17 -04:00
committed by Eldred Habert
parent b8093847dc
commit 7e127a4e52
3 changed files with 17 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ endr
println "-> {d:q}"
s EQUS "x"
for s, 3, 30, 3
for {s}, 3, 30, 3
print "{d:x} "
endr
println "-> {d:x}"