RosettaCodeData/Task/Here-document/Crystal/here-document.cr

7 lines
184 B
Crystal
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
puts <<-DOC
this is a heredoc
it preserves indents and newlines
the DOC identifier is completely arbitrary
it can be lowercase, a keyword, or even a number (but not a float)
DOC