|
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:
| $Comment | Dollar command that changes character used to start a comment in column 1 which is now an *. |
| $Eolcom | Dollar command that changes delimiter for end of line comments. |
| $Hidden | Dollar command that inserts one line comment that does not appear in LST file. |
| $Inlinecom | Dollar command that changes character strings delimiting an in line comment. |
| $Maxcol | Dollar command that sets right margin for the input file. |
| $Mincol | Dollar command that sets left margin for the input file. |
| $Offeolcom | Dollar command that deactivates ability to use end-of-line comments. |
| $Offinline | Dollar command that deactivates ability to use in line comments. |
| $Offmargin | Dollar command that turns off mincol and maxcol margins. |
| $Offnestcom | Dollar command that prohibits nested in line comments. |
| $Offtext | Dollar command that ends a multi line comment. |
| $Oneolcom | Dollar command that activates ability to use end-of-line comments. |
| $Oninline | Dollar command that activates ability to use in line comments. |
| $Onmargin | Dollar command that turns on mincol and maxcol margins. |
| $Onnestcom | Dollar command that allows nested in line comments. |
| $Ontext | Dollar command that starts a multi line comment. |
| $Remark | Dollar command that includes a comment with a substitutable parameter. |
|