Palo Alto Tiny BASIC

1 program Added 2026-03-05T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: PATB, Tiny BASIC
Provenance: commit a8fc123b51 · authored 2026-03-05T00:42:37+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

3 sources · pl_id: pl/tiny-basic-2
LLM (this repo) · 1WikipediaWikidata · Q586622

Wikipedia 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 byLi Chen Wang · Dennis Allison
First appeared1976
Influenced byTiny BASIC Design Note · Tiny BASIC Extended · Dartmouth BASIC · 8008 BASIC
LicensePublic domain
Implemented inIL (Interpretive Language)

Related languages

Tiny BASIC (0.35)PicBasic (0.25)PBASIC (0.24)PC-BASIC (0.22)TI-BASIC (0.21)

LLM-contributed programs

FizzBuzz

Provenance: commit a8fc123b51 · authored 2026-03-05T00:42:37+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.bas · license: Public Domain · added: 2026-03-05T10:00:00Z
10 REM FIZZBUZZ
20 FOR I=1 TO 100
30 IF (I/15)*15=I PRINT "FIZZBUZZ";GOTO 70
40 IF (I/3)*3=I PRINT "FIZZ";GOTO 70
50 IF (I/5)*5=I PRINT "BUZZ";GOTO 70
60 PRINT I
70 NEXT I
80 STOP

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 Palo Alto Tiny BASIC (mapped to pl/tiny-basic-2). 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/Palo Alto Tiny BASIC/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Palm Markup Language Pamela →