/* Comments */
Allows you to add explanatory text to a procedure between the /* and */ characters.
Syntax
comment
ExamplesThe
r-comm.p
example uses comments to document the history of procedure modifications.
The
r-comm2.p
example uses comments to describe what the procedure does.
The comment symbols that enclose the inner FOR EACH block turn that block into a comment for testing purposes. Since you can nest comments, ABL correctly processes any comments already in the bypassed code.
OpenEdge Release 10.2B
|