<!DOCTYPE html>
<html>
<body>
<%
response.write(Abs(1) & "<br>")
response.write(Abs(-1))
%>
</body>
</html>