Files
hakorune/local_tests/test_float_tostring.hako

4 lines
130 B
Plaintext
Raw Permalink Normal View History

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