{ { OP ITERATE }
{ BASIS {0 1 2 3} }
{ VAR %L1 }
{ TYPE list }
{ BODY {
{ { OP COPY }
{ ERR 0 }
{ IN @null }
{ OUT {{0(0).EVN.#5.[%L1]}} }
}
}}
The object is to null out EVN:5.[0] , EVN:5.[1] ,EVN.[2] and EVN.[3]. But when I run it, only EVN:5.[0] gets nulled out. What am I doing wrong?