Comparison of programming languages (strings): Difference between revisions

Content deleted Content added
Insertion of Rust cases.
Line 104:
| <tt>"Hello, \(name)!"</tt>
| Swift
|-
| <tt>f"Hello, {name}!"</tt>
| Python
|}