Go to the first, previous, next, last section, table of contents.


popEphemeralVector

Function: popEphemeralVector { -> }
file: job.t
package: muf
status: alpha

This operator pops a EPHEMERAL_VECTOR frame off the loop stack; It is used when an ephemeral vector must be allocated within a "with...do{" style nested scope, to clear the ephemeral vector off the loop stack and thus avoid confusing the endOfScope function.

See section makeEphemeralVector. See section ]makeEphemeralVector.


Go to the first, previous, next, last section, table of contents.