Commit 753aeef6 by Đường Sỹ Hoàng

Strings and text

parent e924d050
Pipeline #96 canceled with stages
in 0 seconds
type_of_people = 10
x = "There are #{type_of_people} types of people."
binary= "binary"
do_not = "don't"
y= "Those who know #{binary} and those who #{do_not}."
puts x
puts y
puts " I said: #{x}."
puts "I also said: '#{y}'."
hilarious = false
joke_evaluation = "Isn't that joke so funny?! #{hilarious}"
puts joke_evaluation
w= "this is the left side of..."
e="this is the with a right side."
puts w + e
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment