Small Model of Type: GAMS
$title 'Test for projecting scalars' (PIPE10,SEQ=232)
$ontext
AB00770
$offtext
*scalar case is correct
scalar p /3/, q/2/;
display p,q;
option q
p) 'bad result';
*using variables went wrong with Distribution 21.7
positive variable x;
x.l=3;
positive variable y;
y.l=2;
display x.l,y.l;
option yy.l) 'bad y.l';