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
- When I can call a subroutine of infinite parameter,
- I was to call his subroutine, and let that do some processing.
- Either way, by the time you call a subroutine, it ought to be compiled.
- 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