I'm writing fairly simple code using memory as arrays:
mov m1@1 1[item=iron-plate]
clr mem
mov r1 2
mov m1@1 1[item=iron-plate]
And I get the error "Filter conflicts with filter in slot 1".
Why is this happening? Am I doing something wrong?
I also notice that clr does not completely clear values from memory. They remain in the form of vectors, as an example, where r2 will have an unclear value.
mov m1@1 1[item=iron-plate]
clr mem
mov r1 2
mov m1@1 1[item=copper-plate]
fid r2 m1 [item=iron-plate]