Answers for "multiline comment in s"

2

Use a multiline string to make the a multi line comment:

Use a multiline string to make the a multi line comment:
for example
"""
my name is oussama
ok
"""
Posted by: Guest on March-18-2021
0

multiline comments coding

/* == start 
*/ == end

/* PUT MULTILINE
COMMENT HERE (between 
the two delimeters). */
Posted by: Guest on September-28-2020

Browse Popular Code Answers by Language