bn:03828774n
Noun Concept
Categories: All articles needing additional references, Subroutines, BASIC commands
EN
return statement  Procedure return  return  return early  Return from procedure
EN
In computer programming, a return statement causes execution to leave the current subroutine and resume at the point in the code immediately after the instruction which called the subroutine, known as its return address. Wikipedia
Definitions
Relations
Sources
EN
In computer programming, a return statement causes execution to leave the current subroutine and resume at the point in the code immediately after the instruction which called the subroutine, known as its return address. Wikipedia
A computer programming statement that ends a subroutine and resumes execution where the subroutine was called Wikipedia Disambiguation
Programming statement that stops execution of the current subroutine, optionally passing back a return value to the code that called the subroutine Wikidata
FACET OF