93
h3kt1c0
6y

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

Comments
Add Comment