4 lines
108 B
Text
4 lines
108 B
Text
dog = "Benjamin"
|
|
doG = "Samba"
|
|
dOG = "Bernie"
|
|
IO.puts "The three dogs are named #{dog}, #{doG} and #{dOG}."
|