mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-10 11:51:42 +00:00
358e8fe636
The character after the ending keyword gets blue-painted.
14 lines
112 B
NASM
14 lines
112 B
NASM
def hmm equs "else"
|
|
|
|
if 1
|
|
println "yes"
|
|
{hmm}
|
|
println "no"
|
|
endc
|
|
|
|
if 0
|
|
println "NO"
|
|
{hmm}
|
|
println "YES"
|
|
endc
|