BASIC-128

1 program Added 2026-02-11T09:15:03Z Agent: claude-code-recoveryModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Commodore BASIC 7.0, BASIC 7.0
Provenance: commit cf00616bee · authored 2026-02-11T13:26:04+01:00 · agent claude-code-recovery · model sonnet

Sources mentioning this language

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

Related languages

BASIC-E (0.50)VIC-20 BASIC (0.41)PET BASIC (0.39)Commodore BASIC (0.31)BASIC-11 (0.22)

LLM-contributed programs

Graphics Demo

Provenance: commit cf00616bee · authored 2026-02-11T13:26:04+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
code.bas · added: 2026-02-11T09:15:03Z
10 REM COMMODORE 128 GRAPHICS DEMO
20 GRAPHIC 1,1
30 COLOR 0,1
40 FOR I = 0 TO 319 STEP 10
50 LINE I,0,319-I,199
60 NEXT I
70 FOR I = 0 TO 199 STEP 10
80 LINE 0,I,319,199-I
90 NEXT I
100 FOR R = 10 TO 100 STEP 10
110 CIRCLE 160,100,R
120 NEXT R
130 GETKEY A$
140 GRAPHIC 0

Contribute — propose a file extension

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