Preserve \@ through INCLUDE

Fixes #1112
This commit is contained in:
Rangi
2022-12-11 11:57:45 -05:00
committed by Eldred Habert
parent 69a573923f
commit 01f1703dfb
5 changed files with 61 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
IF state == 1
println "inner mac: \@ (\#)"
ELIF state == 2
println "inner rept before: \@"
ELIF state == 3
println "inner for: \@ ({n})"
ELIF state == 4
println "inner rept after: \@"
ENDC