Comparison of programming languages (strings): Difference between revisions

Content deleted Content added
1011X (talk | contribs)
1011X (talk | contribs)
correct text for Rust
Line 68:
* [[Visual Basic]] Versions 1 to 6 can also use the "<code>+</code>" sign but, this leads to ambiguity if a string representing a number and a number is added together.
* [[Microsoft Excel]] allows both "<code>&</code>" and the function "<code>=CONCATENATE(X,Y)</code>".
* [[Rust (programming language)|Rust]] havehas the <code>[https://doc.rust-lang.org/std/macro.format.html concat!]</code> macro but no specific operator. Also,and the <code>[https://doc.rust-lang.org/std/macro.format.html format!]</code> macro, of which the latter is morethe putmost forwardprevalent throughout the documentation and examples.
 
== String literals ==