Change[p ] set of global variables and formal parameters of p that might be changed during an execution of p.
Def[p ] set of formal parameters and global variables having explicit definition within p.
A: { a | a is a global variable or formal of p, such that for some procedure q and integer i, p calls q with a as the ith actual parameter and ith formal of q is in change[q] }
G: { g | g is a global in change[q] and p calls q } |