0
If i text anything between begin and end it should display or not
comment
6 odpowiedzi
+ 12
You have to use 'puts' to output something.
+ 12
Example of the SoloLearn course:
=begin
This comment
spans multiple
lines
=end
puts "Hello"
+ 12
Try to finish the course first.
+ 3
no
+ 2
thanks Tashi.could u tell me the function of begin and end comments
+ 2
thnx