[][src]Crate basic

64K BASIC

The BASIC programming language as it was in the 8-bit era.

64K BASIC
READY.
█

Installation

Binaries for Windows and MacOS are available on GitHub.

Linux requires Rust then the command cargo install basic-lang.

Getting Started

The patch repository contains many programs that can be automatically downloaded and patched.

This is the manual. Every type, statement, operation, and function is documented. 64K BASIC is designed to capture and preserve the best parts of the BASIC experience. Getting a programming manual with your computer was definitely best.

Modules

_Introduction

Introductory Tutorial

__Chapter_1

Expressions and Types

__Chapter_2

Statements

__Chapter_3

Functions

___Appendix_A

Conversions and Compatibility

___Appendix_B

Error Codes and Messages

lang

Rust Language Module

mach

Rust Machine Module