Complete Phase 1: All requirements validated and working
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
4
test_float_tostring.nyash
Normal file
4
test_float_tostring.nyash
Normal file
@ -0,0 +1,4 @@
|
||||
// test_float_tostring.nyash - FloatBox toString() test as mentioned in issue
|
||||
local f1
|
||||
f1 = new FloatBox(3.14)
|
||||
print(f1.toString())
|
||||
Reference in New Issue
Block a user