Well....

Code:
//var %x = 100, %t [ $+ [ %x ] ] $rand(1, [ %x ] ) | echo -a %t [ $+ [ %x ] ]


Produces "#" and

Code:
//var %x = 100, %t [ $+ [ %x ] ] = $rand(1, [ %x ] ) | echo -a %t [ $+ [ %x ] ]


Produces "= #"

Figure that one out...