8 lines
No EOL
106 B
Text
8 lines
No EOL
106 B
Text
<%
|
|
sub mysub(byval a)
|
|
a = a + 1
|
|
response.Write a
|
|
end sub
|
|
|
|
mysub 5
|
|
%> |