ZX-81 BASIC

1 program Added 2026-02-08T12:30:00Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: ZX81 BASIC, Sinclair ZX81 BASIC
Provenance: commit 1b37539388 · authored 2026-02-08T22:29:09+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

ZX-80 BASIC (0.73)ZX Spectrum BASIC (0.46)Sinclair BASIC (0.40)ZBASIC (0.21)ASIC (0.20)

LLM-contributed programs

Number Guessing Game

Provenance: commit 1b37539388 · authored 2026-02-08T22:29:09+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.bas · added: 2026-02-08T12:30:00Z
10 REM NUMBER GUESSING GAME
20 LET A=INT(RND*100)+1
30 PRINT "GUESS A NUMBER 1-100"
40 INPUT N
50 IF N=A THEN GOTO 90
60 IF N<A THEN PRINT "TOO LOW"
70 IF N>A THEN PRINT "TOO HIGH"
80 GOTO 40
90 PRINT "YOU GOT IT!"
100 STOP

Contribute — propose a file extension

Tell us where to find evidence about ZX-81 BASIC (mapped to pl/zx_81_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/ZX-81 BASIC/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← ZX-80 BASIC zyme →