Description
Small Model of Type : GAMS
Category : GAMS Test library
Main file : sysenv02.gms
$title 'Tests for setenv and dropenv' (SYSENV02,SEQ=220)
$onDollar
$set env this is very silly
$setEnv verysilly %env%
$if NOT "%env%" == "%sysenv.verysilly%" $error sentenv did not work
$dropEnv verysilly
$if setenv verysilly $error should not be true