⟩ How to comment out a piece of the peoplecode in a program?
REM can be used to comment a single line, but it will be processed by the comp. processor;
Single and multiple line commenting:
/* PeopleCode stmts
------ ------ ------ ----
*/
Nested Comments:
<*
/* PC Stmts ...... ..... ..... */
/* ...... Some info on code ...... */
/* More comments */
*>