RosettaCodeData/Task/Comments/Ruby/comments.rb

6 lines
99 B
Ruby

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