BASIC-DOS

A PCjs Retro-Programming Project

BASIC-DOS is on Twitter Project maintained by jeffpar

BASIC-DOS Manual

BASIC-DOS BASIC Commands

IF

The IF statement evaluates expression, and if the result is non-zero, it executes statement(s) following the THEN keyword:

IF expression THEN statement(s)

« BASIC CommandsLET »

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