<!DOCTYPE html>
<html>
<body>
<%
response.write(CBool(5) & "<br>")
response.write(CBool(0) & "<br>")
response.write(CBool(-5) & "<br>")
%>
</body>
</html>