mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-21 07:51:51 +00:00
Deprecate DEF-less definitions (#1193)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
foo equs strupr("xii")
|
||||
bar equs strlwr("LOL")
|
||||
def foo equs strupr("xii")
|
||||
def bar equs strlwr("LOL")
|
||||
|
||||
println "foo={foo} bar={bar}"
|
||||
|
||||
Reference in New Issue
Block a user