box-o-sand/oldstuff/RubyFun/round0/strang.rb

12 lines
103 B
Ruby
Raw Normal View History

2009-06-12 01:37:54 +00:00
foo = <<EOS
this be my crazy
big
multiline
string
EOS
puts foo
nums = "20000.0030300"
puts nums.to_f