shithub: rgbds

ref: 88e1cc73024e3a2e242f5afce09966758c5fa589
dir: /test/asm/block-comment.asm/

View raw version
PRINTLN /* block comments are ignored // ** */ "hi"
PRINTLN "block (/* ... */) comments at ends of line are fine" /* hi */
PRINTLN /* block comments
can span multiple lines
*/ "mutliline"