Returnkäsky
Returnkäsky is a term used in Finnish programming literature to refer to the return statement, a language construct that ends the execution of a function and yields a value to the caller.
The word is formed from the English word return and the Finnish käsky, meaning command. In programming,
The exact behavior of a returnkäsky depends on the programming language. In most languages, it terminates the
Syntax and rules vary across languages. In C-like languages, a function declared to return int might use
Common considerations include ensuring a returnkäsky is present on all control paths in non-void functions, and