wallywalrus·16 ปีที่แล้ว·discussDouble-quoted string with escape sequences vs. single quoted string.puts "hello\nworld"puts 'hello\nworld'
puts "hello\nworld"
puts 'hello\nworld'