mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-11 20:31:43 +00:00
@@ -0,0 +1,10 @@
|
||||
MACRO mac
|
||||
println "got {d:_NARG} args"
|
||||
ENDM
|
||||
mac
|
||||
mac 42
|
||||
notmac
|
||||
mac
|
||||
mac 42
|
||||
mac::
|
||||
mac ::
|
||||
Reference in New Issue
Block a user