- Nested subroutine
- Вложенная подпрограмма.
Краткий толковый словарь по полиграфии. 2010.
Краткий толковый словарь по полиграфии. 2010.
nested subroutine — įdėtinė paprogramė statusas T sritis informatika apibrėžtis ↑Paprogramė, kurios ↑aprašas įdėtas į kitos paprogramės aprašą. atitikmenys: angl. nested subroutine ryšiai: dar žiūrėk – aprašas dar žiūrėk – paprogramė palygink – įterptoji paprogramė … Enciklopedinis kompiuterijos žodynas
Nested function — definitions can be compared to how a Matryoshka doll nests within larger versions of itself, in several levels. In computer programming, a nested function (or nested procedure/subroutine) is a function which is lexically (textually) encapsulated… … Wikipedia
Subroutine — In computer science, a subroutine (function, method, procedure, or subprogram) is a portion of code within a larger program, which performs a specific task and can be relatively independent of the remaining code. The syntax of many programming… … Wikipedia
įdėtinė paprogramė — statusas T sritis informatika apibrėžtis ↑Paprogramė, kurios ↑aprašas įdėtas į kitos paprogramės aprašą. atitikmenys: angl. nested subroutine ryšiai: dar žiūrėk – aprašas dar žiūrėk – paprogramė palygink – įterptoji paprogramė … Enciklopedinis kompiuterijos žodynas
Call stack — In computer science, a call stack is a stack data structure that stores information about the active subroutines of a computer program. This kind of stack is also known as an execution stack, control stack, run time stack, or machine stack, and… … Wikipedia
Control flow — Not to be confused with Flow control. In computer science, control flow (or alternatively, flow of control) refers to the order in which the individual statements, instructions, or function calls of an imperative or a declarative program are… … Wikipedia
Fortran language features — This is a comprehensive overview of features of the Fortran 95 language, the version supported by almost all existing Fortran compilers. Old features that have been superseded by new ones are not described few of those historic features are used… … Wikipedia
Procedural parameter — In computing, a procedural parameter is a parameter of a procedure that is itself a procedure.This concept is an extremely powerful and versatile programming tool, because it allows programmers to modify certain steps of a library procedure in… … Wikipedia
Algorithmic efficiency — In computer science, efficiency is used to describe properties of an algorithm relating to how much of various types of resources it consumes. Algorithmic efficiency can be thought of as analogous to engineering productivity for a repeating or… … Wikipedia
AppleScript — Paradigm(s) Natural language, Scripting … Wikipedia