Talk:Literals/Integer: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with 'C# doesn't have hexadecimal literal?')
 
(reply)
 
Line 1: Line 1:
C# doesn't have hexadecimal literal?
C# doesn't have hexadecimal literal?

: It does:

::''hexadecimal-integer-literal:''
:::<code>0x</code>&nbsp;&nbsp;&nbsp;''hex-digits''&nbsp;&nbsp;&nbsp;''integer-type-suffix<sub>opt</sub>''
:::<code>0X</code>&nbsp;&nbsp;&nbsp;''hex-digits''&nbsp;&nbsp;&nbsp;''integer-type-suffix<sub>opt</sub>''

: —[[User:Hypftier|Johannes Rössel]] 21:32, 13 July 2010 (UTC)

Latest revision as of 21:32, 13 July 2010

C# doesn't have hexadecimal literal?

It does:
hexadecimal-integer-literal:
0x   hex-digits   integer-type-suffixopt
0X   hex-digits   integer-type-suffixopt
Johannes Rössel 21:32, 13 July 2010 (UTC)