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