shithub: rgbds

ref: 9028fb53910cf3dc1611dcfdc6047fdb387b775f
dir: /test/asm/block-comment.asm/

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