Files
wren/test/number/from_string_too_large.wren
T

3 lines
400 B
Plaintext
Raw Normal View History

var x = "999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999"
2015-03-03 07:17:56 -08:00
var y = Num.fromString(x) // expect runtime error: Number literal is too large.