multiline strings and statemets
string = "line #1"\ "line #2"\ "line #3" p string # => "line #1line #2line #3"