shithub: rgbds

ref: d37aa93a7d0a0f17da1fe127ae6ec3a3a092477e
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"