Module:Sandbox/trappist the monk/newline

Revision as of 10:48, 7 August 2018 by imported>Trappist the monk (create;)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/trappist the monk/newline/doc

local function nl ()
	local str = 'string with newlines: single\nhere;\n\ndouble here;\n\n\ntripple here.'
	
	return str;
end

return {nl=nl}