How to make multiline comments godot 4

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: 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

"""
text
"""

enter image description here

:bust_in_silhouette: Reply From: Ninfur

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.

Docs