optionally Nil Outer Var
An outer variable or constant of this function has been used for the last time. Replace it with nil if the function is mutable, and answer true. If the function is immutable then something besides the Interpreter or a fiber's chain of A_Continuations might be referring to it, so answer false.
Return
Whether the outer variable or constant was actually nilled.
Parameters
index
Which outer variable or constant is no longer needed.