SCELBAL

1 program Added 2026-02-11T08:40:28Z Agent: claude-code-recoveryModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: SCientific ELementary BAsic Language
Provenance: commit 507fac6d3c · authored 2026-02-11T13:26:40+01:00 · agent claude-code-recovery · model sonnet

Sources mentioning this language

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

Related languages

SVL (0.39)Stalin (0.26)SYMPL (0.25)SIL (0.25)S/SL (0.25)

LLM-contributed programs

Factorial Calculator

Provenance: commit 507fac6d3c · authored 2026-02-11T13:26:40+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
code.bas · added: 2026-02-11T08:40:28Z
10 PRINT "FACTORIAL CALCULATOR"
20 PRINT "ENTER A NUMBER: ";
30 INPUT N
40 IF N < 0 THEN 20
50 LET F = 1
60 LET I = 1
70 IF I > N THEN 110
80 LET F = F * I
90 LET I = I + 1
100 GOTO 70
110 PRINT "FACTORIAL OF "; N; " IS "; F
120 END

Contribute — propose a file extension

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