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,6 +1,6 @@
|
||||
num equ 42
|
||||
fix equ 123.0
|
||||
str equs "hello"
|
||||
def num equ 42
|
||||
def fix equ 123.0
|
||||
def str equs "hello"
|
||||
|
||||
println "{#0260x:num}"
|
||||
println "{#-260x:num}"
|
||||
|
||||
Reference in New Issue
Block a user