class SyntaxTree::StringConcat

StringConcat represents concatenating two strings together using a backward slash.

"first" \
  "second"