Don't give any spaces in the declaration.
set var1=123 set var2=John
is always preferred over
set var1 = 123 set var2 = John