Difference between revisions of "Dollar sign"

From Free Pascal wiki
Jump to navigationJump to search
m
Line 1: Line 1:
 +
{{Dollar_sign}}
 +
 
<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 08:14, 8 November 2016

English (en) suomi (fi) français (fr) português (pt) русский (ru)

$


The symbol $ (pronounced "Dollar sign") is used in Pascal in several ways:

- its indicate hexadecimal number system.


In ASCII and Unicode, the character code decimal 36 (or hexadecimal 24) is defined to be $ (dollar sign).