COMEND parameter

From m204wiki
Revision as of 00:55, 28 February 2013 by Alex (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Default value
?/
Parameter type
User
Where set
On user's parameter line
Related products
All
Introduced
Model 204 V6.1 or earlier

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, ?/, to */, issue the following command:

RESET COMEND C'*/'

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 Rocket Model 204 User Language Manual, Part I-II in the section about commenting your code.