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]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Pre Session:

A

(after compilation and before execution)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Post Session:

A

before compilation and After execution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ON BEGIN

A

If you want to execute particular group then we will write logics/conditions in ON BEGIN.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly