15 lines
367 B
Ruby
15 lines
367 B
Ruby
# Here's some new strange stuff, remember to type it exactly.
|
|
|
|
days = "Mon Tue Wed Thu Fri Sat Sun"
|
|
months = "Jan\nFeb\nMar\nApr\nMay\nJun\nJul\nAug"
|
|
|
|
puts "Here are the days: #{days}"
|
|
puts "Here are the months: #{months}"
|
|
|
|
puts "
|
|
There's something going on here.
|
|
With this weird quote
|
|
We'll be able to type as much as we like.
|
|
Even 4 lines if we want, or 5, or 6.
|
|
"
|