PeopleCode Question:
Download Job Interview Questions and Answers 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*>
Multiline comment :/*comment*/
Nested comment :<*comment /*comment*/comment*>
Download PeopleCode Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me few peoplecode functions? | Tell me with an example, where u used peoplecode extensively? |