Information About

Concatenated




uses the "+" symbol as its concatenation operator:


print "Hello " + "World";


This code will print to the screen:

Hello World


DIFFERENT LANGUAGES

Different languages use different operators. Most languages use the "+" sign though several deviate from this norm:
  In "http://wwwinformationdelightinfo/encyclopedia/entry/mathematics" class="copylinks">Mathematics , '''concatenation''' is the joining of two strings, that is, when ''a'' and ''b'' are concatenated, they form ''ab'' Concatenation of two strings, ''a'' and ''b'' is denoted as ''ab'' or ''ab''