Topic was automatically imported from the old Question2Answer platform.
Asked By
Alexandr
I wanted to see how the current version of the engine looks like on the example of my project, but the number of bugs I was a little scared. One of them is multiline comments. What was done with them? Do they still exist? I mean the ones
As far as I know multiline comments are not, and never have been, supported. Tripple quotation simply creates a multiline string. See this thread for some additional information.
To comment multiple lines you will simply have to select them and hit Ctrl+K to toggle them.