<!DOCTYPE html>
<html>
<body>

<%

days=Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat")
response.write(IsArray(days))

%>
 

</body>
</html>