Multiline strings without escaping hell
<<EOF feeds lines until delimiter. Quote the delimiter (<<'EOF') to disable expansion. Here-strings <<< "text" for single lines.
Output
Press Run to execute your code.
<<EOF feeds lines until delimiter. Quote the delimiter (<<'EOF') to disable expansion. Here-strings <<< "text" for single lines.