Comparison of programming languages (strings): Difference between revisions

Content deleted Content added
m typo
No edit summary
Line 8:
+ ;; [[BASIC programming language|BASIC]], [[C++]], [[Pascal programming language|Pascal]], [[Delphi programming language|Delphi]], [[Javascript]], [[Java (programming language)|Java]], [[Python (programming language)|Python]], [[Turing programming language]], [[Ruby programming language|Ruby]]
++ ;; [[Haskell (programming language)|Haskell]]
& ;; [[Ada_(programming_language)|Ada]], [[AppleScript]], [[VHDL]], [[Visual Basic]], [[Microsoft Excel| Excel]]
. ;; [[Perl]] (before version 6), [[PHP]], and [[Maple computer algebra system|Maple]] (up to version 5)
~ ;; [[Perl 6]]
Line 24:
* [[MATLAB]] and [[Octave programming language|Octave]] use the syntax "[x y]" to concatenate x and y.
* [[Visual Basic]] Versions 1 to 6 can also use the "+" sign but, this leads to ambiguity if a string representing a number and a number is added together.
* [[Microsoft Excel]] allows both "&" and the function "=CONCATENATE(X,Y)".
 
== String literals ==