PeopleCode Question:
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*>
Previous Question | Next Question |
Tell me few peoplecode functions? | Tell me with an example, where u used peoplecode extensively? |