Jump to content

Translations:Module:Yesno/doc/51/en

From wikiNonStop

-- These return true: yesno('foo', true) yesno({}, true) yesno(5, true) yesno(function() return 'This is a function.' end, true)