From search of external encyclopedias:
Subroutine (Computing) [Subroutines] [Programming constructs] [Source code] Sequence of program instructions packaged as a unit ...
Coroutine (Computing) [Subroutines] [Concurrent computing] Coroutines are computer program components that allow execution to be suspended ...
Leaf routine (Computing) [Subroutines] Subroutines in computer science ...
Closure (Computing) [Subroutines] [Implementation of functional programming languages] [Programming language concepts] Computer programming; Technique for creating lexically scoped first class functions ...
Type signature (Computing) [Subroutines] [Type theory] Defines the inputs and outputs for a function, subroutine or method ...
Pure function (Computing) [Subroutines] [Functional programming] Program function without side effects ...
Higher-order functions (Category) [Subroutines] [Functional programming] ...
Callable object (Computing) [Subroutines] [Object (computer science)] [Articles with example C Sharp code] ...
Protected procedure (Computing) [Subroutines] [Concurrent computing] Second Cong., Spartan Books, Baltimore, 1965, pp. 1–11 J. B. Dennis and ...
Blocks (Computing) [C (programming language)] [Subroutines] C language extension; Blocks are a non-standard extension added by Apple Inc. to Clang's ...
User exit (Computing) [Subroutines] [Control flow] Software extension that executes after a predefined event ...
Driver wrapper (Computing) [System software] [Device drivers] [Subroutines] A driver wrapper is a subroutine in a software library that ...
Function pointer (Computing) [Articles with example C code] [Subroutines] Pointer that points to a function ...
Function prototype (Computing) [Computer programming] [C programming language family] [Subroutines] Declaration of a function's name and type signature but not body ...
Event (Computing) [Subroutines] [Events (computing)] [Computer programming] Computing; Action or occurrence recognized by software ...
Function object (Computing) [Articles with example C code] [Subroutines] [Object (computer science)] Programming construct ...
Inline expansion (Computing) [Articles with example C code] [Programming language comparisons] [Subroutines] Optimization replacing a function call with that function's source code ...
Protected procedure call (Computing) [Subroutines] [Inter-process communication] A Protected Procedure Call (PPC) is a messaging facility wherein messages ...
Uniform Function Call Syntax (Computing) [Subroutines] [Object-oriented programming] Uniform Function Call Syntax ( UFCS ) or Uniform Calling Syntax ...
Uniform function call syntax (Computing) [Subroutines] [Object-oriented programming] Programming language feature ...