92
h3kt1c0
7y

function isTrueOrFalse(s) {
if (s == true) return true
If (s == false) return false
}

Comments
Add Comment