BBx
1 program
Added 2026-02-10T12:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Business BASIC eXtended, BBj
Provenance: commit bc79464aab · authored 2026-02-10T11:52:26+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/bbxRelated languages
LLM-contributed programs
Hello World with Input
Provenance: commit bc79464aab · authored 2026-02-10T11:52:26+01:00 · agent claude-code · model sonnet · WebSearch disabled
REM BBx Hello World Program
REM This program demonstrates basic input/output
0010 PRINT "Hello from BBx!"
0020 PRINT "What is your name? ";
0030 INPUT NAME$
0040 PRINT "Nice to meet you, ";NAME$;"!"
0050 PRINT "This is BBx (Business BASIC eXtended)"
0060 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.)