Literals/Integer: Difference between revisions

Content added Content deleted
No edit summary
Line 837: Line 837:


=={{header|EMal}}==
=={{header|EMal}}==
EasyLang's ability to use hexadecimal literals is undocumented.
<syntaxhighlight lang="emal">
<syntaxhighlight lang="emal">
^|
| EMal internally uses signed 64 bit integers.
|^
int hex = 0xff # base16
int hex = 0xff # base16
int oct = 0o377 # base8
int oct = 0o377 # base8