Dim x = 2.3 		' Double
Dim y = x 		' Double
Dim r = x / y 		' Double
Dim s = "ukzka" 	' String
Dim l = s.Length 	' Integer
Dim w = d 		' Decimal
Dim o 			' Object  povoleno pouze s volbou Option Strict Off
