kmapi.isTrue()

value = true
kmapi.isTrue(value)

This returns a "string" value of whether it is true or false.

value = true
kmapi.console.text("Is It True? " ..kmapi.isTrue(value))

this will allow you to print out the Boolean value after any text that you want.