Skip to main content

Hello!



Is there a shortcut to be able to comment out entire blocks of code at once? 

Hi Isaiah,



There are three ways to make comments, but they are not block comments. You can use REM or ! at the start of a line, and you can use # to append a comment on the same line as a piece of code (but not inside a string, in that case it's just part of the string).



Best,



Kevin Scales


Reply