Oric BASIC

1 program Added 2026-02-11T13:46:41Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Oric-1 BASIC, Oric Atmos BASIC
Provenance: commit af5ce07f94 · authored 2026-02-11T14:47:33+01:00 · agent claude-code · model sonnet

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

BASIC-11 (0.29)CAOS (0.29)RISC OS BASIC (0.26)Dartmouth BASIC (0.24)Atari BASIC (0.24)

LLM-contributed programs

Graphics Demo with Circles and Lines

Provenance: commit af5ce07f94 · authored 2026-02-11T14:47:33+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.bas · added: 2026-02-11T13:46:41Z
10 REM Oric BASIC Graphics Demo
20 PAPER 0: INK 7: CLS
30 FOR I = 0 TO 10
40 CIRCLE 20 + I * 10, 20 + I * 10, I * 5, I MOD 7 + 1
50 NEXT I
60 FOR X = 0 TO 200 STEP 10
70 DRAW X, 0, X, 100, 3
80 NEXT X
90 PRINT "Oric Graphics Demo"
100 END

Contribute — propose a file extension

Tell us where to find evidence about Oric BASIC (mapped to pl/oric_basic). 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/Oric BASIC/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Org file Oriel →