Jump to content

Literals/Integer: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 623:
return 0;
}</syntaxhighlight>
 
=={{header|Cherrycake}}==
 
<syntaxhighlight lang="cherrycake">
515142 # Interpretted as an integer, 515142
0b10111011 # Interpretted as a binary integer, 10111011 (187)
0x0AB3 # Interpretted as a binary integer, 0AB3 (2739)
</syntaxhighlight>
 
=={{header|Clojure}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.