Misplaced Pages

GOSUB: Difference between revisions

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactivelyContent deleted Content addedVisualWikitext
Revision as of 02:24, 21 July 2005 editZotel (talk | contribs)Extended confirmed users4,716 edits Initial Entry  Latest revision as of 01:35, 10 January 2021 edit undoApokrif (talk | contribs)Extended confirmed users, Pending changes reviewers28,484 edits Changed redirect target from BASIC to BASIC#Program flow controlTag: Redirect target changed 
(43 intermediate revisions by 34 users not shown)
Line 1: Line 1:
#REDIRECT ]
'''GOSUB''' is a command in many versions of ], which should always be accompanied by the ]. GOSUB statements branch to simple kinds of subroutines without (sometimes with) parameters or local variables. It is convenient for performing the same function in BASIC programs without duplicating the same code repeatedly. It is not implemented in all versions of BASIC, which can create cumbersome ] loops.
]
{{R from subtopic}}
{{Rwh}}

Latest revision as of 01:35, 10 January 2021

Redirect to:


  • With history: This is a redirect from a page containing substantive page history. This page is kept as a redirect to preserve its former content and attributions. Please do not remove the tag that generates this text (unless the need to recreate content on this page has been demonstrated), nor delete this page.
    • This template should not be used for redirects having some edit history but no meaningful content in their previous versions, nor for redirects created as a result of a page merge (use {{R from merge}} instead), nor for redirects from a title that forms a historic part of Misplaced Pages (use {{R with old history}} instead).
Category:
GOSUB: Difference between revisions Add topic