Declare multiple variables in one line?

Is there anyway to declare multiple variables in one line? Something like

var int1, int2, int3 : int;

Where int1, 2 and 3 are all declared as ints?

Not in Unityscript.