why is that: var %z. [ $+ [ %i ] ] = 1 sets %z to "= 1" instead of "1"?
var %z. [ $+ [ %i ] ] 1 works fine... var %z.5 = 1 works fine too...
why isn' t it working correctly if [] and = are present at the same time? /var is supposed to be syntaxed with a "=" (i know it also works ok without it)