Skip to content
Ben Christel edited this page Jun 16, 2022 · 2 revisions

To call a Routine is to pass Control to it, binding a set of Arguments to its Parameters. Typically, the called unit of code will Return control to the statement it was called from when it finishes, though it might also Halt the process, throw an Exception, loop forever, or call a Continuation that never returns.

Clone this wiki locally