RosettaCodeData/Task/Comments/Ruby/comments.rb

6 lines
99 B
Ruby
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
x = "code" # I am a comment
=begin hello
I a POD documentation comment like Perl
=end puts "code"