RosettaCodeData/Task/Metaprogramming/Zkl/metaprogramming-5.zkl
2023-07-01 13:44:08 -04:00

8 lines
227 B
Text

string:=
#<<<
"here docs:
all text in #<<< pairs is collected into one [long] line and passed
verbatim to the tokenizer. Illustrated here as quoted (\") strings
can not span lines.";
#<<<
println(string); // contains newlines