%@ Language=VBScript %> <% 'this is a comment option explicit 'requires all variables to be declared response.write("
" & date()) dim i for i = 1 to 10 response.write("A new line..." & i) next %>