shithub: rgbds

ref: 70bbb098d3b76909d27e0bff3c331f774073dfb0
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"