Description
With GAMS 34 an earlier $onDelim caused problems with display and option statements. This test ensures, that $onDelim is not applied there. Contributor: Lutz Westermann, March 2021
Small Model of Type : GAMS
Category : GAMS Test library
Main file : delim5.gms
$title Limited scope for $onDelim (DELIM5,SEQ=856)
$onText
With GAMS 34 an earlier $onDelim caused problems with display and
option statements. This test ensures, that $onDelim is not applied
there.
Contributor: Lutz Westermann, March 2021
$offText
$onDelim
Scalar x /1/;
option resLim=1, iterLim=1;
display 'this', 'that', x;