Files
rgbds/test/asm/unique-id-include.out
Sylvie f792580816 Only restore parent context's \@ value if it had one defined (#1366)
This way, if a child context initializes `\@`, the parent won't
reset it. And if the child context did not initialize `\@`,
then resetting it would be redundant.
2024-03-21 19:53:49 -04:00

20 lines
336 B
Plaintext

Within REPT
Within INCLUDE: _u1
Outside INCLUDE: _u1
Within REPT
Within INCLUDE: _u2
Outside INCLUDE: _u2
Within MACRO
Within INCLUDE: _u3
Outside INCLUDE: _u3
Within REPT: _u4
Within INCLUDE: _u4
Outside INCLUDE: _u4
Within REPT: _u5
Within INCLUDE: _u5
Outside INCLUDE: _u5
Within MACRO: _u6
Within INCLUDE: _u6
Outside INCLUDE: _u6