mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-09 18:11:51 +00:00
Deprecate DEF-less definitions (#1193)
This commit is contained in:
@@ -10,9 +10,9 @@ ENDM
|
||||
|
||||
MACRO mac
|
||||
println \<2__> + \<1_2> + \<\1>
|
||||
x = 2
|
||||
def x = 2
|
||||
println \<{d:x}> + \<1_{d:x}> + \<\<\<13>>>
|
||||
y equs "NARG"
|
||||
def y equs "NARG"
|
||||
println \<x> + \<1_{d:x}_> + \<\<\<_{y}>>>
|
||||
ENDM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user