Merge pull request #440 from ISSOtm/nested_brackets

Allow nested bracketed symbols
This commit is contained in:
Eldred Habert
2019-11-03 16:40:34 +01:00
committed by GitHub
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
STRING equs "OK"
WRAPPER equs "TRIN"
PRINTT "{S{WRAPPER}G}\n"
PRINTT "{S{WRAPPER}G"

View File

@@ -0,0 +1,3 @@
ERROR: nested-brackets.asm(5):
Missing }
OK