paintBool

Paint a boolean in green if true, red otherwise, unless reverse is set to true, in which case the colors are swapped

package
Colored!bool
paintBool
(
bool value
,
bool reverse = false
)

Meta