box-o-sand/round0/strang.rb

12 lines
103 B
Ruby

foo = <<EOS
this be my crazy
big
multiline
string
EOS
puts foo
nums = "20000.0030300"
puts nums.to_f