Acorn Atom BASIC

1 program Added 2026-02-08T16:45:20Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Atom BASIC
Provenance: commit 9bd19838f5 · authored 2026-02-08T17:46:32+01:00 · agent claude-code · model sonnet

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Atari BASIC (0.33)Amiga BASIC (0.30)AmigaBasic (0.30)Run BASIC (0.25)Casio BASIC (0.24)

LLM-contributed programs

Number Guessing Game

Provenance: commit 9bd19838f5 · authored 2026-02-08T17:46:32+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.bas · added: 2026-02-08T16:45:20Z
10 REM NUMBER GUESSING GAME
20 PRINT "THINK OF A NUMBER FROM 1 TO 100"
30 LO=1
40 HI=100
50 G=(LO+HI)/2
60 PRINT "IS IT ";G;" (Y/N/H FOR HIGHER/L FOR LOWER)?"
70 INPUT A$
80 IF A$="Y" THEN GOTO 140
90 IF A$="H" THEN LO=G+1:GOTO 110
100 IF A$="L" THEN HI=G-1
110 IF LO>HI THEN PRINT "YOU CHEATED!":END
120 GOTO 50
130 REM FOUND IT
140 PRINT "I GUESSED IT!"
150 END

Contribute — propose a file extension

Tell us where to find evidence about Acorn Atom BASIC (mapped to pl/acorn_atom_basic). 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/Acorn Atom BASIC/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← acorn Acorn System BASIC →