PeopleCode Question:
Download Questions PDF

How to comment out a piece of the peoplecode program?

Answer:

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

Download PeopleCode Interview Questions And Answers PDF

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