mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-09 03:19:35 +00:00
b51056f743
Fixes #1771
9 lines
160 B
NASM
9 lines
160 B
NASM
def concat equs """++ "hi world" ++"""
|
|
println ""{concat}""
|
|
|
|
def greeting equs "hello"
|
|
println ""{greeting}
|
|
|
|
def string equs "\"goodbye\""
|
|
println ""{string}""
|