<% Option Explicit Dim i, j i = 3: j = 8 Response.Write(i Mod j & "
")' 3 Mod 8 = 3 %>