mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-27 13:32:08 +00:00
Deprecate DEF-less definitions (#1193)
This commit is contained in:
@@ -30,8 +30,8 @@ endm
|
||||
try "def ", q
|
||||
try "redef ", r
|
||||
|
||||
_RS += 100
|
||||
def _RS += 100
|
||||
println _RS
|
||||
|
||||
UnDeFiNeD ^= 300
|
||||
def UnDeFiNeD ^= 300
|
||||
println UnDeFiNeD
|
||||
|
||||
Reference in New Issue
Block a user