User Tools

Site Tools


el:return

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

el:return [2016/01/01 22:39]
el:return [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== 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.