Extended rules Flashcards
1
Q
Extended Rules
A
Pre session[after compile b4 exe]
Post session[b4 compile, aftr exe]
On begin[exe particular grp]
On End[exe entire map]
2
Q
Pre Session:
A
(after compilation and before execution)
3
Q
Post Session:
A
before compilation and After execution
4
Q
ON BEGIN
A
If you want to execute particular group then we will write logics/conditions in ON BEGIN.
5
Q
ON END.
A
Here we can write logics or conditions (If, else, if-else, for, while, do, do-while etc.,) as per the business requirements. If you want to execute entire map then we will write logics/conditions in ON END.