@ -1,5 +1,5 @@
function print(msg)
Console.print(msg.."\n")
Console.print(tostring(msg).."\n")
end
function err(msg) --make local maybe...
print(msg)