mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-17 11:17:07 +00:00
Disallow minus sign before symbol name in bracketed macro arguments (#2015)
This was being silently allowed but without actually negating the symbol's value
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
MACRO test
|
||||
println \<2>, " vs ", \<-2>
|
||||
println \<_NARG>, " vs ", \<-_NARG>
|
||||
ENDM
|
||||
test "hello", "goodbye"
|
||||
Reference in New Issue
Block a user