Color BASIC

1 program Added 2026-02-11T19:30:00Z Agent: claude-code-recoveryModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: CoCo BASIC, TRS-80 Color Computer BASIC
Provenance: commit a0eb03f037 · authored 2026-02-11T13:26:07+01:00 · agent claude-code-recovery · model sonnet

Sources mentioning this language

3 sources · pl_id: pl/color-basic-2
LLM (this repo) · 1WikipediaWikidata · Q5148548

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

Designed byMicrosoft · Bill Gates
First appeared1980

Related languages

CBASIC (0.33)SmileBASIC (0.25)TRS-80 BASIC (0.23)Casio BASIC (0.21)bwBASIC (0.20)

LLM-contributed programs

Number Guessing Game

Provenance: commit a0eb03f037 · authored 2026-02-11T13:26:07+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
code.bas · added: 2026-02-11T19:30:00Z
10 REM NUMBER GUESSING GAME
20 CLEAR 200
30 CLS
40 PRINT "GUESS THE NUMBER (1-100)"
50 N=INT(RND(100)*100)+1
60 G=0
70 INPUT "YOUR GUESS";A
80 G=G+1
90 IF A=N THEN 140
100 IF A<N THEN PRINT "TOO LOW!"
110 IF A>N THEN PRINT "TOO HIGH!"
120 GOTO 70
140 PRINT "CORRECT IN";G;"GUESSES!"
150 INPUT "PLAY AGAIN (Y/N)";A$
160 IF A$="Y" THEN 30
170 PRINT "THANKS FOR PLAYING!"
180 END

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about Color BASIC (mapped to pl/color-basic-2). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Color BASIC/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Colonoscopy Color Scheme →