Shift

Top  Previous  Next

Shifts the order of all parameters passed once to the 'left'.  This effectively drops the lowest numbered parameter in the list.  It is employed using the syntax

 

$shift

 

You can use it to process parameters one at a time until you have done them all in a Batinclude context (shift.gms, processshift.gms).