Examples of using Subroutine in English and their translations into Serbian
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Latin
-
Cyrillic
Another advance was the jump to subroutine instruction, which combined the saving of the return address with the calling jump,
In the called subroutine, the first code executed is usually termed the subroutine prologue, since it does the necessary housekeeping before the code for the statements of the routine is begun.
In some languages, each subroutine calls also implies automatic testing of the subroutine's return code,
programmers built scientific subroutine libraries that were reusable in a broad array of engineering
Even if we could write a subroutine into the computer to bypass the buffer,
A subroutine may be written
to implement subroutine calls and returns.
The PDP-11(1970) is one of the first computers with a stack-pushing subroutine call instruction; this feature supports both arbitrarily deep subroutine nesting and also supports recursive subroutines. .
A subroutine whose purpose is to compute one boolean-valued function(that is,
to implement subroutine calls and returns.
When Vic's program triggered a secretly-embedded jack-in-the-box subroutine, Ezri helped in the plan to restore the scenario to normal,
A subroutine may be written
A subroutine frequently needs memory space for storing the values of local variables, the variables that are known only within the active subroutine and do not retain values after it returns.
The name subroutine library originally meant a library,
A subroutine can be coded
If, for example, a subroutine DrawSquare calls a subroutine DrawLine from four different places,
executing each guest CPU instruction by calling a software subroutine on the host machine that simulates the function of that CPU instruction.
Call by value-result Parameter value is copied back on entry to the subroutine and again on return Algol.
Some programmers suggest that a subroutine should perform only one task, and if a subroutine does perform more than one task,
is inline expansion or inlining of the subprogram's body at each call site(versus branching to the subroutine and back).