RosettaCodeData/Task/Metaprogramming/Zkl/metaprogramming-5.zkl

9 lines
227 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
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