Warning: mkdir(): No space left on device in /var/www/html/vendor/wikimedia/shellbox/src/FileUtils.php on line 137

Notice: Failed to invoke Pygments: ShellboxError [Called from MediaWiki\SyntaxHighlight\SyntaxHighlight::highlightInner in /var/www/html/extensions/SyntaxHighlight_GeSHi/includes/SyntaxHighlight.php at line 336] in /var/www/html/includes/debug/MWDebug.php on line 499

Notice: fwrite(): Write of 23 bytes failed with errno=28 No space left on device in /var/www/html/includes/libs/uuid/GlobalIdGenerator.php on line 553
Module:Sandbox/Colin R Robinson: Difference between revisions - wikibase Jump to content

Module:Sandbox/Colin R Robinson: Difference between revisions

From wikibase
imported>Colin R Robinson
Replaced content with "local p = {} function p.hello(saying) return saying+'!' end return p"
imported>Colin R Robinson
No edit summary
Line 2: Line 2:
   
   
function p.hello(saying)
function p.hello(saying)
     return saying+'!'
     return saying..'!'
end
end
   
   
return p
return p

Revision as of 06:04, 26 March 2024

Documentation for this module may be created at Module:Sandbox/Colin R Robinson/doc

local p = {}
 
function p.hello(saying)
    return saying..'!'
end
 
return p