subroutine
n.
source code which accompanies a program and performs a certain function (Computers)
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 languages includes support for creating self contained subroutines, and for calling and
returning from them.
See more at Wikipedia.org...
subroutine
Noun
1. a set sequence of steps, part of larger computer program
(synonym) routine, subprogram, procedure, function
(hypernym) software, software system, software package, package
(hyponym) cataloged procedure
(part-holonym) program, programme, computer program, computer programme
subroutine
<
programming> (Or "procedure") A sequence of
instructions for performing a particular task. Most programming languages, including most
machine languages, allow the programmer to define subroutines. This allows the subroutine code to be called from multiple places, even from within itself (in which case it is called
recursive). The programming language implementation takes care of returning control to (just after) the calling location, usually with the support of call and return instructions at
machine language level.
Most languages also allow
arguments to be passed to the subroutine, and one, or occasionally more,
return values to be passed back.
A
function is often very similar to a subroutine, the main difference being that it is called chiefly for its return value, rather than for any
side effects.
(1996-10-01)
(c) Copyright 1993 by Denis Howe
SUBROUTINES
SOTTOPROGRAMMI. SUBROUTINE