<!DOCTYPE html>
<html>
<body>

<%
函式 myfunction()
myfunction=Date()
End Function

response.write("今天的日期:")
response.write(myfunction())
%>
 

<p>一個函式過程可以返回一個結果。</p>

</body>
</html>