Hi! What is wrong in the following example? I would expect both results to be zero here. ``` v q,k,p1,p2; s j; g ff = q.k^2*p1.k; id k.p1?*k.p2?^2 = 0; print+s; .sort id q.k^j?*p1.k = 0; print+s; .end ```
Hi!
What is wrong in the following example? I would expect both results to be zero here.