![]() ![]() ![]() ![]() | Table Of Contents | Index |
MarxMenu has three ways to add comments to a menu file. The first way is with the Comment command.
Comment ======================== This is a comment block. ======================== EndCommentAll lines up to EndComment are ignored.
The second way is with a ';'. All text to the right of the ';' (semicolon) is ignored.
BlankTime = 20 ;this is where we set the blank time.The third way is using {} or curly braces. Anything inside the curly braces is ignored. Curly braces can be nested.
{All of {this} is a comment.}Comments are ignored by the compiler and cost you nothing in execution speed. Comments can save you a lot of time if you have to come back later and work on your menu, or if someone else has to work on it. Therefore, we encourage you to use comments as much as possible.
![]() ![]() ![]() ![]() | Table Of Contents | Index |
|