4 lines
131 B
Plaintext
4 lines
131 B
Plaintext
// test_float_tostring.nyash - FloatBox toString() test as mentioned in issue
|
|
local f1
|
|
f1 = new FloatBox(3.14)
|
|
print(f1.toString()) |