+ 1
how to write multiline comments and example for that one
multiline comment
2 Answers
+ 5
=begin
first example
a multi line comment
=end
"""
second example
a multi line comment
however adding a "puts" statement at the start before quotation marks are added outputs a multi line string
"""
+ 4
=begin
anything
you type
here
is commented
=end