About 4,350,000 results
Open links in new tab
  1. BASIC Commands - Dartmouth

    Jul 20, 2018 · There were fifteen statement types in the original BASIC. In addition, the slightly more recent version of BASIC that we are using includes the INPUT statement. Besides the …

  2. Basic Computer Programming Language Command Set with …

    BASIC was developed in 1963 at Dartmouth College in Hanover, New Hampshire as a teaching language. The acronym BASIC stands for Beginner's All-Purpose Symbolic Instruction Code.

  3. BASIC Programming/Beginning BASIC/PRINT, CLS, and END

    Feb 19, 2025 · BASIC Programming > Beginning BASIC > Your First Program. In the previous code example, we wrote your first BASIC program. In it, you saw examples of PRINT, CLS, …

  4. Programming in Basic language | Easy language reference

    The most important commands from Basic programming language in one place, a unique comparison and each command-operator is shown using a piece of program. Statements …

  5. BASIC Programming Syntax Cheat Sheet: Essential Commands

    This cheat sheet covers fundamental syntax elements common to most BASIC dialects, including traditional BASIC, QBasic, Visual Basic, and modern versions like FreeBASIC.

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

    For this reason, I discuss subjects common to programming in general, such recursion, binary search, sorting, use of binary and hexadecimal numbers, use of arrays, ASCII codes, random …

  7. Beginner's Guide to BASIC | Beginner’s Guide to Programming Languages

    Jan 3, 2025 · BASIC programs consist of simple instructions that tell the computer what to do, one step at a time. These instructions are executed sequentially, unless control flow statements …

  8. Cheatsheets - All Coding Cheat Sheets Collections - GeeksforGeeks

    Nov 9, 2023 · In this article, We explored various Coding Cheat Sheets for different technologies, such as web development, data science, artificial intelligence, Python and more.

  9. GitHub - JohnBlood/awesome-basic: A curated list of awesome BASIC ...

    atinybasic - An Actually Tiny BASIC for Arduino. B4X - Simple, powerful, and modern development tools. BaCon - a free BASIC to C translator for Unix-based systems, which runs …

  10. REM: The Rem means REMARK Any BASIC Statement that begins with tem is not executed. Therefore it is used to make the program mas readable. 20... LET: The Let Statement is used …