Search results

Jump to: navigation, search
  • [[Category:6502]][[Category:BASIC]] BBC BASIC programs are tokenised, that is, BASIC keywords are stored as
    4 KB (523 words) - 20:12, 8 March 2015
  • [[Category:BASIC]] == BASIC 1, 1981 ==
    8 KB (1,271 words) - 01:27, 10 February 2022
  • [[Category:BASIC]] Sometimes a program needs to know what version of BASIC it is running on,
    4 KB (767 words) - 20:42, 24 June 2018
  • !
    [[Category:BASIC keywords]] The exclamation mark, '''!''', is a BASIC operator to read or change
    5 KB (770 words) - 20:48, 15 April 2021
  • $
    [[Category:BASIC keywords]] * it may appear at the end of a BASIC variable name, to identify it as a string variable;
    4 KB (708 words) - 20:12, 8 March 2015
  • =
    The equals sign, '''=''', is a symbol with multiple meanings in BBC BASIC: | colspan="2" | Present in all original versions of BBC BASIC.
    5 KB (759 words) - 20:12, 8 March 2015
  • ?
    [[Category:BASIC keywords]] The question mark, '''?''', is a BASIC operator to read or change bytes in
    6 KB (947 words) - 20:12, 8 March 2015
  • [[Category:BASIC keywords]][[Category:BASIC I/O]] '''ADVAL''' is a BASIC function read an input device or examine a buffer.
    3 KB (488 words) - 02:43, 10 February 2022
  • [[Category:BASIC keywords]] | colspan="2" | BASIC V
    3 KB (449 words) - 17:51, 12 November 2017
  • ...escribes the notation used by Acorn to help define the '''syntax''' of the BASIC programming language. It gives the syntax of the syntax definitions - henc ...keywords, there is a line or two of notation defining the ''syntax'' that BASIC expects when the keyword is used. That is to say, the keyword must be prec
    8 KB (1,319 words) - 20:12, 8 March 2015
  • [[Category:BASIC keywords]][[Category:BASIC I/O]] '''CALL''' is a BASIC statement to call (execute) a machine code routine in
    19 KB (3,040 words) - 15:38, 7 September 2023
  • '''COS''' is a BASIC function which returns the Cosine of the angle (passed as a parameter). | colspan="2" | Present in all original versions of BBC BASIC.
    17 KB (2,497 words) - 22:11, 8 March 2015
  • [[Category:BASIC]] To fit more code into the BBC Micro's limited memory, BASIC programs can be
    7 KB (1,037 words) - 16:30, 15 August 2018
  • '''FALSE''' is a BASIC numeric constant whose value represents the Boolean value ''false''. | colspan="2" | Present in all original versions of BBC BASIC.
    3 KB (461 words) - 20:12, 8 March 2015
  • [[Category:BASIC keywords]][[Category:BASIC I/O]] | colspan="2" | Present in all original versions of BBC BASIC.
    4 KB (646 words) - 14:09, 15 February 2024
  • ...est whether the value on the left is greater than the value on the right. BASIC also prints it as a ''prompt'' to show it is waiting for instruction. | colspan="2" | Present in all original versions of BBC BASIC.
    3 KB (420 words) - 20:12, 8 March 2015
  • | colspan="2" | Present in all original versions of BBC BASIC. | [[BASIC metasyntax|Syntax]]
    3 KB (427 words) - 20:12, 8 March 2015
  • '''IF''' is the BASIC statement that implements conditional execution. | colspan="2" | Present in all original versions of BBC BASIC.
    5 KB (756 words) - 18:00, 12 November 2017
  • [[Category:BASIC keywords]][[Category:BASIC I/O]] '''INKEY''' and '''INKEY$''' are BASIC functions to:
    7 KB (900 words) - 16:03, 4 January 2024
  • [[Category:BASIC keywords]] | colspan="2" | BASIC V
    4 KB (485 words) - 17:18, 15 January 2024
  • | colspan="2" | Present in all original versions of BBC BASIC. | [[BASIC metasyntax|Syntax]]
    2 KB (305 words) - 20:12, 8 March 2015
  • | colspan="2" | Present in all original versions of BBC BASIC. | [[BASIC metasyntax|Syntax]]
    3 KB (413 words) - 20:12, 8 March 2015
  • [[Category:BASIC keywords]] | colspan="2" | BASIC V
    3 KB (455 words) - 17:26, 15 January 2024
  • [[Category:BASIC keywords]][[Category:BASIC I/O]][[Category:Display]] '''MODE''' is a BASIC statement to change the display mode. A '''display
    12 KB (1,449 words) - 11:43, 7 September 2019
  • '''NEW''' is a BASIC command to erase the current program and variables. | colspan="2" | Present in all original versions of BBC BASIC.
    2 KB (312 words) - 20:12, 8 March 2015
  • | colspan="2" | Present in all original versions of BBC BASIC. | [[BASIC metasyntax|Syntax]]
    2 KB (236 words) - 20:12, 8 March 2015
  • [[Category:BASIC keywords]][[Category:BASIC I/O]] '''OPENIN''' is a BASIC function to open a file for input.
    3 KB (512 words) - 20:12, 8 March 2015
  • [[Category:BASIC keywords]][[Category:BASIC I/O]] '''OPENOUT''' is a BASIC function to open a file for output.
    3 KB (461 words) - 20:12, 8 March 2015
  • [[Category:BASIC keywords]][[Category:BASIC I/O]] '''OPENUP''' is a BASIC function to open a file for update.
    3 KB (415 words) - 20:12, 8 March 2015
  • [[Category:BASIC keywords]] [[BASIC metasyntax|Syntax]] <code><num-var>=PI</code>
    132 bytes (17 words) - 20:13, 8 March 2015
  • BASIC which has none. The call must always return. Individual paged ROMs will ...it is an abbreviation and the ROM should give help about ''all'' matching keywords. The call should always return with A preserved so that other ROMs can matc
    16 KB (2,734 words) - 23:29, 9 January 2023
  • '''SIN''' is a BASIC function which returns the Sine of the angle (passed as a parameter). | colspan="2" | Present in all original versions of BBC BASIC.
    16 KB (2,328 words) - 22:44, 8 March 2015
  • [[Category:BASIC keywords]][[Category:BASIC I/O]] '''SOUND''' is a BASIC command to make sounds.
    7 KB (1,047 words) - 04:41, 16 April 2020
  • '''TAN''' is a BASIC function which returns the Tangent of the angle (passed as a parameter). | colspan="2" | Present in all original versions of BBC BASIC.
    3 KB (463 words) - 22:37, 8 March 2015
  • '''TOP''' is a function returning the end address of the current BASIC program. | colspan="2" | Present in all original versions of BBC BASIC.
    3 KB (447 words) - 20:13, 8 March 2015
  • '''TRUE''' is a BASIC numeric constant whose value represents the Boolean value ''true''. | colspan="2" | Present in all original versions of BBC BASIC.
    3 KB (466 words) - 20:13, 8 March 2015
  • [[Category:BASIC]] BBC BASIC programs are tokenised, that is, BASIC keywords are stored as one
    5 KB (668 words) - 13:17, 21 August 2023
  • [[Category:BASIC keywords]][[Category:BASIC I/O]] '''USR''' is a BASIC function to call (execute) a machine code routine in
    7 KB (1,096 words) - 01:25, 4 September 2023
  • [[Category:BASIC keywords]][[Category:BASIC I/O]] '''VDU''' is a BASIC statement to send characters to the screen, printer,
    7 KB (1,070 words) - 14:22, 15 February 2024
  • [[Category:BASIC keywords]][[Category:BASIC I/O]] | colspan="2" | Present in all original versions of BBC BASIC.
    5 KB (882 words) - 18:03, 12 November 2017
  • [[Category:BASIC keywords]][[Category:BASIC I/O]] | colspan="2" | Present in all original versions of BBC BASIC.
    3 KB (443 words) - 20:13, 8 March 2015
  • [[Category:BASIC keywords]] Associated Keywords
    2 KB (347 words) - 06:44, 16 March 2017
  • '''UNTIL''' is the BASIC statement that closes a | Present in all original versions of BBC BASIC.
    5 KB (828 words) - 18:04, 23 December 2020