Ah, I never thought of that option. I guess I'm to stuck in VB, where:
Dim a, b as int
means that a is a variant and b is an int.
I just wanted to ask, to make sure that it didn't do anything that just looked the same, such as:
Dim x = 1 as int
would evaluate as:
x casted to object
1 casted to int
x becoming an int as it was assigned 1