Jump to content

Documentation: Difference between revisions

m
→‎{{header|REXX}}: added some comments in the section header. -- ~~~~
(→‎{{header|REXX}}: added the REXX language. -- ~~~~)
m (→‎{{header|REXX}}: added some comments in the section header. -- ~~~~)
Line 857:
* <help>
* </help>
 
to delineate the documentation. But, any two unique strings could be used.
<br><br>Note that the documentation is bracketed by the standard REXX comment delimiters to preserve program lexigraphical integrity.
<lang rexx>/*REXX program to show how to display embedded documention in REXX code.*/
parse arg doc
Cookies help us deliver our services. By using our services, you agree to our use of cookies.