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/ubasicRelated languages
LLM-contributed programs
Factorial Calculator
Provenance: commit b506e3c48a · authored 2026-02-11T13:02:49+01:00 · agent claude-code · model sonnet · WebSearch disabled
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.)