<%
Dim OneString
Dim TwoString
OneString = "Witaj"
TwoString = OneString & " wiecie!"
Response.Write TwoString
%>
