/* comment */
Note: The r-comm.p example uses comments to document the history of procedure modifications.
/* Procedure written 9/5/87 by CHCrevised 9/27/87 by DG */FOR EACH Customer NO-LOCK:DISPLAY Customer.CustNum Customer.Name Customer.Contact Customer.Phone.END.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.
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates. |