Difference between revisions of "^"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "<div style="float:left; margin: 0 25px 20px 0; padding:40px; font-size:500%; font-family: Georgia; background-color: #f9f9f9; border: 2px solid #777777;">^</div> In ASC...")
 
Line 1: Line 1:
 +
{{^}}
 
<div style="float:left; margin: 0 25px 20px 0; padding:40px; font-size:500%; font-family: Georgia; background-color: #f9f9f9; border: 2px solid #777777;">^</div>
 
<div style="float:left; margin: 0 25px 20px 0; padding:40px; font-size:500%; font-family: Georgia; background-color: #f9f9f9; border: 2px solid #777777;">^</div>
  

Revision as of 19:06, 16 March 2018

English (en) suomi (fi) русский (ru)

^



In ASCII and Unicode, the character code decimal 94 (or hexadecimal 5E) is defined to be ^ (Circumflex accent).

For any data type, a pointer type for that data can be declared using operator ^ in front of the data type.