RosettaCodeData/Task/Comments/Ruby/comments.rb
2023-07-01 13:44:08 -04:00

5 lines
99 B
Ruby

x = "code" # I am a comment
=begin hello
I a POD documentation comment like Perl
=end puts "code"