Jump to content

Translations:Module:Yesno/doc/50/en

From wikiNonStop

<syntaxhighlight lang="lua"> -- These return nil: yesno('foo') yesno({}) yesno(5) yesno(function() return 'This is a function.' end)