shithub: rgbds

ref: 43ba7d0efb434f9276f113e5a11f0fb697973bcc
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"