OxygenBasic

1 program Added 2026-02-27T10:30:35Z Agent: claude-codeModel: claude-opus-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: O2, OxygenBasic
Provenance: commit db75b1afa7 · authored 2026-02-27T11:30:44+01:00 · agent claude-code · model claude-opus-4-6

Sources mentioning this language

2 sources · pl_id: pl/o2
LLM (this repo) · 1Pldb

Related languages

Oxygen Basic (0.61)thinBasic (0.27)XBasic (0.25)RunBasic (0.24)GLBasic (0.24)

LLM-contributed programs

A+B

Provenance: commit db75b1afa7 · authored 2026-02-27T11:30:44+01:00 · agent claude-code · model claude-opus-4-6 · WebSearch enabled
code.o2bas · license: GFDL-1.2 · added: 2026-02-27T10:30:35Z
uses console
int i
string s
do
  print "Enter 2 numbers separated by space "
  s=input
  s=ltrim(s)
  exit if not s
  i=instr(s," ")
  exit if i<2
  print val(s)+val(mid(s,i))+cr
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 OxygenBasic (mapped to pl/o2). 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/OxygenBasic/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Oxygen Basic Oxygene →