Originally Posted By: Bekar
First, 'var' should have an '=' if you assign it a value, i.e.


Not true, var works fine without an equals sign, although probably not with multiple variables in a single /var, as genius has done.