Jump to content

Module:TestToString

Unchecked
From Wikipedia

Documentation for this module may be created at Module:TestToString/doc

v = {};

function v.main( frame )
	return tostring( 5/9 );
end

return v;