Files
hakorune/test_float_tostring.nyash
2025-08-11 23:54:50 +00:00

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())