Here document: Difference between revisions

Content added Content deleted
Line 935: Line 935:
{{works with|langur|0.6}}
{{works with|langur|0.6}}


Use a block modifier on a string literal using the q or Q form. The block modifier must be the last modifier.
Use a block modifier on a string literal using the q or Q form to generate a blockquote. The block modifier must be the last modifier.


<lang langur>val .s = q:block END
<lang langur>val .s = q:block END