<%
' This 1. Line should never fold
if foldok = foldok then
x = 1
else
x = 0
end if
' This 2. Line should never fold
if folderror = folderror then
x = 1
if 2 = 2 then x = 2 else x = 0
else
x = 0
end if
' This 3. Line should never fold
if foldok = foldok then
x = 1
else
x = 0
end if
' This 4. Line should never fold
%>