IS-BASIC

1 program Added 2026-02-11T13:50:37Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Intelligent Software BASIC, Enterprise BASIC
Provenance: commit bccd3d7361 · authored 2026-02-11T14:51:14+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

MUSE (0.24)1C:Enterprise (0.20)Integer BASIC (0.19)EGL (0.16)Vintage BASIC (0.16)

LLM-contributed programs

Prime Number Finder

Provenance: commit bccd3d7361 · authored 2026-02-11T14:51:14+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.bas · added: 2026-02-11T13:50:37Z
100 ! Prime Number Finder
110 ! Find and display prime numbers up to a limit
120 !
130 INPUT PROMPT "Enter upper limit: ":LIMIT
140 PRINT "Prime numbers up to";LIMIT;":"
150 FOR N=2 TO LIMIT
160   LET ISPRIME=1
170   FOR I=2 TO INT(SQR(N))
180     IF N MOD I=0 THEN LET ISPRIME=0:EXIT FOR
190   NEXT I
200   IF ISPRIME=1 THEN PRINT N;
210 NEXT N
220 PRINT
230 END

Contribute — propose a file extension

Tell us where to find evidence about IS-BASIC (mapped to pl/is_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/IS-BASIC/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. Isabelle →