Running an Application Until the Calling Function

Running an application until the calling function can be useful in subroutines. Execution continues until it returns to the calling routine. If the line containing the call is processed upon the return, the next line becomes the current line. Otherwise, the calling line remains the current line.

To run an application until the calling function:

The application runs until the calling function.

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.