BASIC-DOS

A PCjs Retro-Programming Project

BASIC-DOS is on Twitter Project maintained by jeffpar

BASIC-DOS Manual

BASIC Commands

BASIC-DOS supports a subset of the BASIC programming language, enabling the creation of simple BASIC programs.

BASIC programs can use any BASIC-DOS Commands in combination with any of the following BASIC language elements:

Statements

  • DEF function
  • GOTO line
  • IF expression THEN statement(s)
  • LET variable = expression
  • RETURN [expression]

Functions

Predefined functions include:

  • RND%

Variables

Predefined variables include:

  • ERRORLEVEL
  • MAXINT

« BASIC-DOS CommandsDevice Commands »

Copyright (c) 2020-2021 Jeff Parsons Released under MIT License