5 lines
99 B
Ruby
5 lines
99 B
Ruby
x = "code" # I am a comment
|
|
|
|
=begin hello
|
|
I a POD documentation comment like Perl
|
|
=end puts "code"
|