file for ex9
This commit is contained in:
parent
f2ee86111f
commit
0a3aa9c5ec
14
ex9.rb
Normal file
14
ex9.rb
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Here's some new strange stuff, remember 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 <<PARAGRAPH
|
||||||
|
There's something going on here.
|
||||||
|
With the PARAGRAPH thing
|
||||||
|
We'll be able to type as much as we like.
|
||||||
|
Even 4 lines if we want, or 5, or 6.
|
||||||
|
PARAGRAPH
|
Loading…
Reference in New Issue
Block a user