How to use this command
COPY command is only used inside the root node as an instruction. It can not be used in any other nodes as an instruction. It should not be used on the Arrows.
Let's take an example: Value of the $var1 is "AVRL". We want to copy the value of $var1 to $var2.
Here, COPY $var1 $var2
So, Now $var2 also store "AVRL".
Examples
- COPY $var1 $var2
- COPY $lane_count $original_lane_count