Please add something that lets you comment out a block either
/* */
or
.coment
.endc
style. Adding // to each thing, to work out what is actually causing the compile error or code error is tedious. Also adding long form comments to be read by a documentation engine gets harder when you can't do free formatting on each line.
Please add something that lets you comment out a block either
/* */
or
.coment
.endc
style. Adding // to each thing, to work out what is actually causing the compile error or code error is tedious. Also adding long form comments to be read by a documentation engine gets harder when you can't do free formatting on each line.