Content deleted Content added
Rust and Lua multiline |
→Multiline string: pre tag is more appropriate |
||
Line 205:
! Language(s)
|-
| <pre><<EOF
I have a lot of things to say
and so little time to say them
EOF</pre>
| Yes
| Bourne shell, Perl, PHP, Ruby
|-
| <pre><<<EOF
I have a lot of things to say
and so little time to say them
EOF</pre>
| Yes
| PHP
|-
| <pre>@"
I have a lot of things to say
and so little time to say them
"@</pre>
| No
| Windows Powershell
|-
| <pre>"[
I have a lot of things to say
and so little time to say them
]"</pre>
| No
| Eiffel
|-
| <pre>"""
I have a lot of things to say
and so little time to say them
"""</pre>
| No
| CoffeeScript, Python, Groovy, Swift, Kotlin
|-
|<pre>"
I have a lot of things to say
and so little time to say them
"</pre>
|No
|Visual Basic .NET (all strings are multiline), Rust (all strings are multiline)
|-
| <pre>r"
I have a lot of things to say
and so little time to say them
"</pre>
| No
| Rust
|-
| <pre>[[
I have a lot of things to say
and so little time to say them
]]</pre>
| No
| Lua
|