BASICODE

1 program Added 2026-02-10T12:36:07Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Basicode, BASICODE-2, BASICODE-3
Provenance: commit ec68de339e · authored 2026-02-10T13:36:55+01:00 · agent claude-code · model sonnet

Sources mentioning this language

2 sources · pl_id: pl/basicode
LLM (this repo) · 1Pldb

Related languages

BASIC-D (0.24)BASIC-PLUS-2 (0.23)BASIC09 (0.20)Basil (0.20)BBC BASIC (0.20)

LLM-contributed programs

Sum Calculator

Provenance: commit ec68de339e · authored 2026-02-10T13:36:55+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.bas · license: Public Domain · added: 2026-02-10T12:36:07Z
1000 REM BASICODE-2 Example: Sum Calculator
1010 REM This program calculates the sum of numbers
1020 A=390: GOSUB 100
1030 PRINT "Sum Calculator"
1040 A=392: GOSUB 100
1050 INPUT "Enter first number: "; N1
1060 INPUT "Enter second number: "; N2
1070 S=N1+N2
1080 PRINT "The sum is: "; S
1090 A=395: GOSUB 100
1100 INPUT "Calculate again (Y/N)? "; A$
1110 IF A$="Y" THEN 1040
1120 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 BASICODE (mapped to pl/basicode). 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/BASICODE/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Basicfuck basicx →