mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
9 lines
161 B
NASM
9 lines
161 B
NASM
def concat equs """++ "hi world" ++"""
|
|
println ""{concat}""
|
|
|
|
def greeting equs "hello"
|
|
println ""{greeting}
|
|
|
|
def string equs "\"goodbye\""
|
|
println ""{goodbye}""
|