Difference between revisions of "Module:Sandbox01"

From Rhizome Artbase
Line 2: Line 2:
  
 
function p.ftn01( frame )
 
function p.ftn01( frame )
    return "this is ftn01, created April 27, 2016.\n"
+
return "this is ftn01, created April 27, 2016.\n"
 
end
 
end
 
  
 
function p.ftn02( frame )
 
function p.ftn02( frame )
    return "this is ftn02, created April 27, 2016.\n"
+
return "this is ftn02, created April 27, 2016.\n"
 
end
 
end
  
 
return p
 
return p

Revision as of 21:40, 27 April 2016


local p = {}

function p.ftn01( frame )
	return "this is ftn01, created April 27, 2016.\n"
end

function p.ftn02( frame )
	return "this is ftn02, created April 27, 2016.\n"
end

return p