About 17,800,000 results
Open links in new tab
  1. BBC BASIC Manual: Part 2: Chapter 11: Inputting data - RISCOS Ltd

    There are three commands you can use to input data from the keyboard: The INPUT command allows a program to request information. The GET command waits for the user to press a …

  2. BASIC Commands - Dartmouth

    Besides the four standard arithmetic operations, BASIC includes raising-to-the-power, the symbol of which is “^”. Normal precedence rules are used: Exponentiation, multiply and divide, add …

  3. DATA - C64-Wiki

    Jun 1, 2024 · Type: Command General Programming-Syntax: DATA <constant> [,<constant>]... The BASIC-Command DATA is used to store constant information in the program code, and is …

  4. Programming in BASIC: the absolute beginner tutorial - Hoist-Point

    When using DATA commands, a safer approach is to either group data by types, or read all of them as strings (into string variables) and then convert them as needed. Let's put DATA …

  5. Chapter 13 - Other Ways of Entering Information - BBC BASIC

    When BASIC uses INKEY / GET$ etc. it doesn't inspect the keyboard directly, but pulls the first entry it finds in this keyboard queue or buffer, as it is generally known. If you press a key when …

  6. BASIC Programming/Beginning BASIC/Variables and Data Types

    Feb 3, 2022 · Variables allow you to store and change information. Below is an example how to use variables. Example 1 (qBasic) Example 1.2 (freeBasic) In Basic, a string variable ends in a …

  7. Data Types, Assignment and Input/output Statements in BASIC

    This document will cover the following areas: 1. Command of BASIC I.E Auto, Delete, List, Renum and System 2. How entries are made in BASIC 3. Variables, types of constants and types of …

  8. Programming in Basic language | Easy language reference

    Types tell us what data can be stored in variables. Basic data types - Simple data types that can be numbers, characters, or logical types. They are suitable for storing one value. Numbers - …

  9. BASIC Programming/Beginning BASIC/User Input - Wikibooks

    Apr 9, 2024 · This article will teach the basics of user input in the BASIC Programming Language. Please note that the following code may vary from compiler to compiler. (FreeBASIC Users: …

  10. The Complete List of Command Prompt (CMD) Commands - Lifewire

    May 13, 2025 · Below is a complete list of Command Prompt commands, often called CMD commands (and sometimes incorrectly as Command Prompt codes), available from the …

Refresh