Jump to content

Translations:Module:Yesno/doc/51/en

From wikiNonStop
Revision as of 17:56, 6 April 2026 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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