On Mon, 12 Aug 2019 14:14:08 -0600 "Keith Medcalf" <[email protected]> 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
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

