UBASIC

1 program Added 2026-02-11T12:01:58Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Yuji Kida UBASIC
Provenance: commit b506e3c48a · authored 2026-02-11T13:02:49+01:00 · agent claude-code · model sonnet

Sources mentioning this language

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

Related languages

Yabasic (0.26)ugBASIC (0.23)XBasic (0.23)GLBasic (0.22)kBasic (0.22)

LLM-contributed programs

Factorial Calculator

Provenance: commit b506e3c48a · authored 2026-02-11T13:02:49+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.bas · added: 2026-02-11T12:01:58Z
10 'Factorial calculation with arbitrary precision
20 input "Enter a number: ",N
30 F=1
40 for I=1 to N
50 F=F*I
60 next I
70 print "Factorial of ";N;" is ";F
80 end

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 UBASIC (mapped to pl/ubasic). 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/UBASIC/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← uan Ubercode →