LiteralsHeredocs & Here-strings
All courses

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.