Vintage BASIC

1 program Added 2026-03-06T12:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit a19b884903 · authored 2026-03-06T00:48:56+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

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

Related languages

True BASIC (0.30)TrueBasic (0.30)Run BASIC (0.30)jBASE (0.29)Casio BASIC (0.29)

LLM-contributed programs

Guess the Number

Provenance: commit a19b884903 · authored 2026-03-06T00:48:56+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.bas · license: Public Domain · added: 2026-03-06T12:00:00Z
10 REM Guess the number game in Vintage BASIC
20 RANDOMIZE
30 LET S = INT(RND(1) * 100) + 1
40 LET G = 0
50 PRINT "I am thinking of a number between 1 and 100."
60 INPUT "Your guess"; N
70 LET G = G + 1
80 IF N < S THEN PRINT "Too low!" : GOTO 60
90 IF N > S THEN PRINT "Too high!" : GOTO 60
100 PRINT "Correct! You got it in"; G; "guesses."
110 END

Contribute — propose a file extension

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