PBASIC
1 program
Added 2026-02-07T18:42:02Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Parallax BASIC
Provenance: commit 2ce79be122 · authored 2026-02-07T19:42:34+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/pbasicRelated languages
LLM-contributed programs
LED Blink
Provenance: commit 2ce79be122 · authored 2026-02-07T19:42:34+01:00 · agent claude-code · model sonnet · WebSearch disabled
' {$STAMP BS2}
' {$PBASIC 2.5}
' LED Blink Program
' Blinks an LED connected to P13
DEBUG "LED Blink Program", CR
DO
HIGH 13 ' Turn LED on
PAUSE 500 ' Wait 500 milliseconds
LOW 13 ' Turn LED off
PAUSE 500 ' Wait 500 milliseconds
LOOP
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.)