Literals/Integer: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
(Add Uxntal)
m (→‎{{header|Wren}}: Changed to Wren S/H)
 
Line 2,395:
 
As the only difference between integers and other numbers is that the former do not have a decimal part, it is also possible to represent integers using scientific notation.
<syntaxhighlight lang="ecmascriptwren">var a = 255
var b = 0xff
var c = 0255 // not an octal literal
9,477

edits