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/basicodeRelated languages
LLM-contributed programs
Sum Calculator
Provenance: commit ec68de339e · authored 2026-02-10T13:36:55+01:00 · agent claude-code · model sonnet · WebSearch disabled
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.)