• Thumbnail for BASIC
    BASIC (redirect from GOSUB)
    statement following the GOSUB, either after a colon, or on the next line. This is used to implement subroutines. ON ... GOTO/GOSUB chooses where to jump...
    68 KB (7,983 words) - 22:39, 30 August 2024
  • seen on a few other systems, FOR...NEXT...STEP, DIM for 1 or 2 dimensions, GOSUB...RETURN, GOTO with the ability to use variables as well as line number...
    14 KB (1,858 words) - 06:04, 9 November 2023
  • and GOSUB could take an expression rather than just a line number, providing an assigned GOTO rather than the switch statement of the GOTO/GOSUB ... OF...
    69 KB (6,122 words) - 13:29, 21 June 2024
  • Thumbnail for Atari BASIC
    and GOSUB commands. For instance, a subroutine that clears the screen can be written as GOSUB CLEARSCREEN, which is easier to understand than GOSUB 10000...
    48 KB (4,855 words) - 22:53, 17 June 2024
  • Defines labels in CONFIG.SYS as jump targets for CHAIN, DRSWITCH, GOTO, GOSUB and SWITCH directives. ; (DOS 6.0 and DR DOS 6.0 and higher) Similar to...
    67 KB (7,049 words) - 07:58, 22 June 2024
  • TRace ON. It was used primarily for debugging line-numbered BASIC GOTO and GOSUB statements. In text-mode environments such as the TRS-80 or DOS, it would...
    2 KB (189 words) - 23:07, 10 December 2021
  • sequence. If the algorithm requires a conditional branch, the GOTO (or GOSUB subroutine call) is preceded by an IF-THEN statement specifying the condition(s)...
    13 KB (1,705 words) - 13:46, 12 July 2024
  • Thumbnail for List of Atari 7800 games
    DeCrescenzo AtariAge 2010 NA Frenzy Robert DeCrescenzo AtariAge 2013 NA GoSub Chris Read Atari 2600 Land 2020 NA Hangly-Man Nittoh Robert DeCrescenzo...
    30 KB (761 words) - 19:50, 31 August 2024
  • 27 GOSUB 100: A=E: PRINT "EVEN BRICK";: GOSUB 100: B=E: PRINT "ODD BRICK";: GOSUB 100: C=E: PRINT "PADDLE";: GOSUB 100: D=E : PRINT "BALL";: GOSUB 100...
    44 KB (5,751 words) - 12:18, 11 April 2024
  • to return a value and all variables are global. It provides the command GOSUB where sub is short for sub procedure, subprocedure or subroutine. Control...
    54 KB (6,633 words) - 00:17, 30 August 2024