Description
Small Model of Type : GAMS
Category : GAMS Test library
Main file : unload8.gms
$title $unLoad lines are treated as one for errors (UNLOAD8,SEQ=57)
parameter a,b;
a = 1;
b = 2;
$gdxOut gdx1
$unLoad a a=a
$unLoad a a=a
$gdxOut gdx1
$unLoad b b=a
$unLoad b b=a