CBASIC
1 program
Added 2026-02-10T12:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Compiler BASIC
Provenance: commit 871fa084e9 · authored 2026-02-10T13:31:26+01:00 · agent claude-code · model sonnet
Sources mentioning this language
5 sources · pl_id:
pl/cbasicWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Designed by | Gordon Eubanks |
|---|---|
| First appeared | 1976 |
| Implemented in | PL/M |
Related languages
LLM-contributed programs
Circle Area Calculator
Provenance: commit 871fa084e9 · authored 2026-02-10T13:31:26+01:00 · agent claude-code · model sonnet · WebSearch disabled
REM Simple Program to Calculate Area of Circle
REM CBASIC Example
INPUT "Enter radius: ", R
LET PI = 3.14159
LET AREA = PI * R * R
PRINT "The area of the circle is: "; AREA
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.)