print(tostring(5)) --Outputs: "5" as a string
print(tostring(10)) -- "10" print(tostring(10.0)) -- "10.0"