Files
hakorune/local_tests/test_float_tostring.nyash

4 lines
131 B
Plaintext
Raw Normal View History

// test_float_tostring.nyash - FloatBox toString() test as mentioned in issue
local f1
f1 = new FloatBox(3.14)
print(f1.toString())