mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
6 lines
191 B
NASM
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"
|