mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Deprecate DEF-less definitions (#1193)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
n=1
|
||||
def n=1
|
||||
rept 10
|
||||
print "A"
|
||||
for x, 10
|
||||
@@ -12,6 +12,6 @@ rept 10
|
||||
break
|
||||
endc
|
||||
println "Z"
|
||||
n=n+1
|
||||
def n=n+1
|
||||
endr
|
||||
println "\nn={d:n} x={d:x}"
|
||||
|
||||
Reference in New Issue
Block a user