Literals/String: Difference between revisions

Content added Content deleted
Line 221: Line 221:
print [fullLineStr "->" type fullLineStr]
print [fullLineStr "->" type fullLineStr]


multiline: strip outdent {
multiline: {
This
This
is a multi-line
is a multi-line
Line 229: Line 229:
print [multiline "->" type multiline]
print [multiline "->" type multiline]


verbatim: {:
safer: strip outdent {:
This is
This is
yet another
a verbatim
multi-line
multi-line
string
string
:}
:}


print [safer "->" type safer]</lang>
print [verbatim "->" type verbatim]</lang>


{{out}}
{{out}}