Cleans GAMS code supplied from empty lines and comments.
Examples
GAMScodeFilter(c("","*comment","a=12;","","b=13;"))
#> [1] "a=12;" "b=13;"
Cleans GAMS code supplied from empty lines and comments.
GAMScodeFilter(c("","*comment","a=12;","","b=13;"))
#> [1] "a=12;" "b=13;"