lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I always find the distinction between true and `true` difficult to 
> make when writing documentation. It might show up only as a different 
> font. So I say "tests true" rather than "is true", and "a true value" 
> rather than "true". 

I like the terms "truthy" for "tests true" and "falsy"/"falsey" for the opposite. I believe they are fairly widespread as well.

I'd avoid saying "a true value". I think it is less clear than "a truthy value" or "a value that tests true"