Files
rgbds/test/asm/block-comment.asm
2020-10-15 12:42:53 -04:00

6 lines
191 B
NASM

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"