2009年5月3日 星期日

interpolation string

x=10
y=20
puts "#{x}+#{y}=#{x+y}"

my_string="It\'s a #{"bad " *5} world"
puts my_string

沒有留言:

張貼留言