Description
Small Model of Type : GAMS
Category : GAMS Test library
Main file : embed1.gms
$title 'Test syntax: bad number field in embedded parameter' (EMBED1,SEQ=146)
$version 139
$if not errorfree $exit
$onEmbedded
Parameter x / x.x 1, (c 2,d 3).((a,b) 2) ) /
* $-- wrong
$offEmbedded
display x;
$if errorfree $abort
$clearError