RosettaCodeData/Task/Quoting-constructs/Phix/quoting-constructs-2.phix

8 lines
200 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
-->
<span style="color: #008080;">constant</span> <span style="color: #000000;">t123</span> <span style="color: #0000FF;">=</span> <span style="color: #008000;">"""
one
two
three
"""</span>
<!--