Sign in
apache
/
netbeans
/
refs/heads/release180
/
.
/
webcommon
/
javascript2.lexer
/
test
/
unit
/
data
/
testfiles
/
numbers.js
blob: 9751465fad4642ffb29fad73ce556212091c68f4 [
file
] [
log
] [
blame
]
let a
=
1000000
;
let a
=
1_000_000
;
let a
=
1
__000__000
;
let a
=
1000000n
;