(let ((var str1 string "\t\"Hello ")
      (var str2 "World\\Universe.\"\n")
      (var str3 string ""))
  (= str1 str2))
