RosettaCodeData/Task/Quoting-constructs/Phix/quoting-constructs-2.phix
2023-07-01 13:44:08 -04:00

7 lines
200 B
Text

-->
<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>
<!--