shithub: rgbds

ref: 06ea7b20bfe2961ef766985b9b61e1d062eb4264
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"