Files
rgbds/test/asm/interpolation-after-string.asm
2025-08-01 16:25:44 -04:00

9 lines
160 B
NASM

def concat equs """++ "hi world" ++"""
println ""{concat}""
def greeting equs "hello"
println ""{greeting}
def string equs "\"goodbye\""
println ""{string}""