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/pbasic
LLM (this repo) · 1Pldb

Related languages

PicBasic (0.33)Mallard BASIC (0.30)MSX Basic (0.29)VAX BASIC (0.29)Small Basic (0.28)

LLM-contributed programs

LED Blink

Provenance: commit 2ce79be122 · authored 2026-02-07T19:42:34+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.bs2 · added: 2026-02-07T18:42:14Z
' {$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.)

Contribute — propose a file extension

Tell us where to find evidence about PBASIC (mapped to pl/pbasic). 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/PBASIC/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Pb pbm-format →