4 lines
43 B
Plaintext
4 lines
43 B
Plaintext
|
|
local f1
|
||
|
|
f1 = new FloatBox(3.14)
|
||
|
|
print(f1)
|