wallywalrus·16 anni fa·discussDouble-quoted string with escape sequences vs. single quoted string.puts "hello\nworld"puts 'hello\nworld'
puts "hello\nworld"
puts 'hello\nworld'