PeopleCode Question:

How to comment out a piece of the peoplecode program?

PeopleCode Interview Question
PeopleCode Interview Question

Answer:

Singleline comment: REMARK[REM] comment;
Multiline comment :/*comment*/
Nested comment :<*comment /*comment*/comment*>


Previous QuestionNext Question
Tell me few peoplecode functions?Tell me with an example, where u used peoplecode extensively?