subroutine
IPA: subrutˈin
noun
- (computer science) A section of code, called by the main body of a program, that implements a task.
Advertisement
Examples of "subroutine" in Sentences
- The interpreter and subroutines.
- Jump and subroutine instructions.
- As an example, the subroutine of Fig.
- It uses partitioning as a subroutine.
- This is equal to the subroutine control.
- In other words, it works as a subroutine.
- That is calling a subroutine, by another name.
- When I can call a subroutine of infinite parameter,
- This subroutine is responsible for printing the tree.
- I was to call his subroutine, and let that do some processing.
- End return from subroutine or if outside of a subroutine abort program.
- Either way, by the time you call a subroutine, it ought to be compiled.
- A leaf subroutine is a subroutine which cannot in turn call another subroutine.
- I would like to close (unload or hide) all forms except one Form2, which calls the subroutine to do this.
- However there are also "remote procedure call" systems that allow a program to call a subroutine that will run on another computer.
- & my_sub passes on the contents of @_ to the called subroutine sub first {& second}; sub second {print @_}; first ( 'some', 'random', 'data');
- We can then call a subroutine if a branch was triggered, remove data from the buffer, and signal the engine that it can proceed. offs = this. response.
- I copied and pasted, and looked up ssadd, which I had never used before. the code you showed has nothing I see to evoke a layer command to fail with a layer error message. however, it looks like you have (tp) defined as a subroutine, maybe in a setup generic subroutine.
Advertisement
Advertisement