Commands for inclusion of comments

Top  Previous  Next

The dollar commands in this group cause GAMS to include comments or allow different forms of comments.  They are discussed here and in the Comment chapter.  These dollar commands are:

 

$CommentDollar command that changes character used to start a comment in column 1 which is now an *.
$EolcomDollar command that changes delimiter for end of line comments.
$HiddenDollar command that inserts one line comment that does not appear in LST file.
$InlinecomDollar command that changes character strings delimiting an in line comment.
$MaxcolDollar command that sets right margin for the input file.
$MincolDollar command that sets left margin for the input file.
$OffeolcomDollar command that deactivates ability to use end-of-line comments.
$OffinlineDollar command that deactivates ability to use in line comments.
$OffmarginDollar command that turns off mincol and maxcol margins.
$OffnestcomDollar command that prohibits nested in line comments.
$OfftextDollar command that ends a multi line comment.
$OneolcomDollar command that activates ability to use end-of-line comments.
$OninlineDollar command that activates ability to use in line comments.
$OnmarginDollar command that turns on mincol and maxcol margins.
$OnnestcomDollar command that allows nested in line comments.
$OntextDollar command that starts a multi line comment.
$RemarkDollar command that includes a comment with a substitutable parameter.