COMEND parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:COMEND parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 10: Line 11:
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V4.2</var>  
</dl>
</dl>
==Description==
==Description==
<p>COMEND specifies two characters that signify the end of a block of comments.</p>
<p>COMEND specifies two characters that signify the end of a block of comments.</p>
<p>If you want to change the COMEND parameter from the default, ?/, to */, issue the following command: </p>
<p>If you want to change the COMEND parameter from the default, ?/, for example to */, then issue the following command: </p>
<p class="code">RESET COMEND C'*/'
<p class="code"><var>[[RESET_command|RESET]]</var> COMEND C'*/'
</p>
</p>
<p>Rocket Software recommends using the default value. If you reset the parameter to another value, avoid reserved characters and test your new value thoroughly. For details about using COMEND and COMSTART, resetting the values to /* and */, and handling dummy strings, see the <var>Rocket Model&nbsp;204 User Language Manual, Part I-II</var> in the section about commenting your code.</p>
<p>Use of the default value is recommended. If you reset the parameter to another value, avoid reserved characters and test your new value thoroughly. For details about using COMEND and <var>[[COMSTART_parameter|COMSTART]]</var>, resetting the values to /* and */, and handling dummy strings, see the <var>Rocket Model&nbsp;204 User Language Manual, Part I-II</var> in the section about commenting your code.</p>
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 09:07, 14 October 2014

End of comment block

Summary

Default value
?/
Parameter type
User
Where set
On user's parameter line
Related products
All
Introduced
Model 204 V4.2

Description

COMEND specifies two characters that signify the end of a block of comments.

If you want to change the COMEND parameter from the default, ?/, for example to */, then issue the following command:

RESET COMEND C'*/'

Use of the default value is recommended. If you reset the parameter to another value, avoid reserved characters and test your new value thoroughly. For details about using COMEND and COMSTART, resetting the values to /* and */, and handling dummy strings, see the Rocket Model 204 User Language Manual, Part I-II in the section about commenting your code.