Can you comment out blocks of code in Blitz?

BlitzMax Forums/BlitzMax Beginners Area/Can you comment out blocks of code in Blitz?

Rico(Posted 2010) [#1]
Can someone tell me how to comment out blocks of code instead of each line, one at a time?. i find it useful for debugging.


Gabriel(Posted 2010) [#2]
Rem

Anything
in
here
is
commented
out.

End Rem



Rico(Posted 2010) [#3]
ahh thank you very much, easy when you know how :)


therevills(Posted 2010) [#4]
easy when you know how


Easy when you read the manual too ;)

BlitzMax language reference:

C:/BlitzMax/docs/html/Language/index.html

Which has a link to Comments:

C:/BlitzMax/docs/html/Language/Comments/index.html