IEC operator: Assignment of a variable to another variable of an appropriate type. As MOVE is available as a box in the graphic editor LD there the (unlocking) EN/EN0 functionality can also be applied on a variable assignment. In the FBD editor this is not possible however.
Example in ST:
ivar2 := MOVE(ivar1);
You get the same result with: ivar2 := ivar1;