On Mon, 12 Aug 2019 14:14:08 -0600
"Keith Medcalf" <kmedc...@dessus.com> wrote:

> Perhaps I am just lazy but I see no point in engaging in extra work
> for no advantage 

bool
is_true (bool tf) {
        if (tf == true) {
                return true; 
        }
        return false;
}

--jkl
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to