mov3

mov3 <numerical variable>,<number>,<number>,<number>

This command fills numerical variables -- starting from the one specified and incrementing upward -- with the specified numbers.

For example:
mov3 %3,2,4,6
is equivalent to
mov %3,2:mov %4,4:mov %5,6

"mov4" "mov5" "mov6" "mov7" "mov8" "mov9" "mov10" all follow suit from this.