<% function liida(a, b) liida=a+b end function response.write liida(3, 2) %>