Difference between revisions of "Plus"

From Free Pascal wiki
Jump to navigationJump to search
(Blanked the page)
Line 1: Line 1:
  
{{Plus}}
 
 
<div style="float:left; margin: 0 10px 10px 0; padding:40px; font-size:500%; font-family: Georgia; background-color: #f9f9f9; border: 2px solid #777777;">+</div>
 
 
 
 
 
 
 
 
 
The symbol '''''+''''' (pronounced "plus") is used to :
 
* add two numbers, the result is a number
 
* or concatenate two strings, the result is a string.
 
 
A := 1 + 3; // -> A = 4
 
B := 'two strings ' + 'concatenated'; // -> B = 'two strings concatenated'
 
 
 
{{Symbols}}
 
{{Stub}}
 
[[Category:Pascal]]
 
[[Category:Symbols]]
 

Revision as of 14:39, 8 November 2016