Module:TestToString

There are no reviewed versions of this page, so it may not have been checked for adherence to standards.

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

v = {};

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

return v;