Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
commentstag [2017/12/26 19:44] admin [Comment Tag] |
commentstag [2017/12/26 19:45] (current) admin [Other Use of Comments] |
||
---|---|---|---|
Line 24: | Line 24: | ||
---- | ---- | ||
==== Other Use of Comments ==== | ==== Other Use of Comments ==== | ||
- | There is another use of //comments// besides being used to document your mscript. You may also use it to produce the test execution results by having them written out to a file as the mscript is executed. Because the comments can be nested inside another mscript tags, the comment will only be written (executed) when the enclosing mscript tag is executed. Essentially this is equivalent to placing log messages. | + | There is another use of //comments// besides being used to document your MScript. You may also use it to produce the test execution results by having them written out to a file as the MScript is executed. Because the comments can be nested inside another MScript tags, the comment will only be written (executed) when the enclosing MScript tag is executed. Essentially this is equivalent to placing log messages. |
=== Enabling Output Comment=== | === Enabling Output Comment=== |