Continuation-passing style (CPS): A programming style in which the continuation – the computation that is to be executed next – is passed explicitly as an argument to the current function.
Continuation-passing style (CPS): A programming style in which the continuation – the computation that is to be executed next – is passed explicitly as an argument to the current function.