mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 06:17:48 +00:00
Allow multiple preinclude files (#1763)
This commit is contained in:
11
test/asm/preinclude-1.inc
Normal file
11
test/asm/preinclude-1.inc
Normal file
@@ -0,0 +1,11 @@
|
||||
warn "pre-included file"
|
||||
|
||||
def v1 = 12
|
||||
rept 3
|
||||
println "rept 3"
|
||||
endr
|
||||
|
||||
def v2 = 34
|
||||
for i, 3
|
||||
println "for {d:i}/3"
|
||||
endr
|
||||
Reference in New Issue
Block a user