Multiline Comments Coding

[Solved] Multiline Comments Coding | Perl - Code Explorer | yomemimo.com
Question : multiline comment

Answered by : ahmed-ragab-klegg8zmxdrl

"""
this is a docstring not a multiline comment
and this can be shown in output or not
"""
# mutiline comment
# is like
# that
# and this can not be shown cause it is a comment

Source : | Last Update : Thu, 08 Sep 22

Question : Multiple Line Comments

Answered by : eric-tam

#One
#way to do multiple line comments is to do this
#.
"""
Alternatively, you can also use this syntax.
"""
print("Hello multiple line comments")

Source : | Last Update : Tue, 05 Jul 22

Answers related to multiline comments coding

Code Explorer Popular Question For Perl