BASIC-E

1 program Added 2026-02-10T13:34:56Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Commodore BASIC-E
Provenance: commit edde611d09 · authored 2026-02-10T14:35:23+01:00 · agent claude-code · model sonnet

Sources mentioning this language

2 sources · pl_id: pl/basic-e
LLM (this repo) · 1Pldb

Related languages

BASIC-128 (0.50)VIC-20 BASIC (0.42)PET BASIC (0.36)Commodore BASIC (0.34)BASIC-D (0.26)

LLM-contributed programs

Number Guessing Game

Provenance: commit edde611d09 · authored 2026-02-10T14:35:23+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.bas · added: 2026-02-10T13:34:56Z
10 REM NUMBER GUESSING GAME
20 PRINT "I'M THINKING OF A NUMBER FROM 1 TO 100"
30 N = INT(RND(1) * 100) + 1
40 G = 0
50 PRINT "WHAT'S YOUR GUESS";
60 INPUT A
70 G = G + 1
80 IF A = N THEN 140
90 IF A < N THEN PRINT "TOO LOW!"
100 IF A > N THEN PRINT "TOO HIGH!"
110 GOTO 50
140 PRINT "CORRECT! YOU GOT IT IN"; G; "GUESSES"
150 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 BASIC-E (mapped to pl/basic-e). 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-E/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← BASIC-D basic-pdp-1-lisp →