===== Return ===== ==== Description ==== The return statement is used with the [[gosub|GOSUB]] statement to return control to the next statement, within a [[subroutine|SUBROUTINE]] to return control from the subroutine, or with a [[function|FUNCTION]] to return a value to the calling code.