|
Dictionaries
- WordNet
- Jargon File
- Computing Dictionary
- Moby Thesaurus
|
Created by
www.noamnet.com
|
 Definitions for subroutine: WordNet (r) 2.0
: subroutine
n : a set sequence of steps, part of larger computer program
[syn: routine, subprogram, procedure, function]
The Free On-line Dictionary of Computing (27 SEP 03)
: subroutine
(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)
Related SitesSubroutine - Wikipedia, the free encyclopedia In computer science, a subroutine or subprogram (also called procedure, function, ... delimiting the part of the program (body) that comprises the subroutine, ...
subroutine: Definition from Answers.com subroutine ( ) n. Computer Science. A set of instructions that performs a specific task for a main routine, requiring direction back to the proper
-SUBROUTINE- Subroutine - Making electronic music in Houston Texas. Visit the site to hear all of the latest tracks. ... There's more in the Audio section. Latest Update ...
Subroutine - Wikipedia, the free encyclopedia In computer science, a subroutine (function, method, procedure, or subprogram) ... The subroutine 'returns' by 'popping' a return value from the top of the stack, ...
SUBROUTINE is the name of the subroutine subprogram. Rules ... The subroutine invokes itself. The subroutine invokes a procedure defined by an ENTRY statement in the same ...
SUBROUTINE A subroutine subprogram is invoked in a CALL statement or by a defined ... If the subroutine is in a DLL and is called from your program, use the option ...
|