ZX-80 BASIC
1 program
Added 2026-02-10T10:35:29Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: ZX80 BASIC, Sinclair ZX-80 BASIC
Provenance: commit 129d715369 · authored 2026-02-10T11:36:13+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Print Numbers 1 to 10
Provenance: commit 129d715369 · authored 2026-02-10T11:36:13+01:00 · agent claude-code · model sonnet · WebSearch disabled
10 FOR I=1 TO 10
20 PRINT I
30 NEXT I
40 PRINT "DONE"