RosettaCodeData/Task/Here-document/Factor/here-document.factor
2023-07-01 13:44:08 -04:00

11 lines
172 B
Factor

" a multiline
string\n(with escape sequences: \u{greek-capital-letter-sigma})
"
"""this is "easier".."""
HEREDOC: EOF
this
is not \n escaped at all
EOF