BASIC-256
1 program
Added 2026-02-06T12:08:56Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: BASIC256
Provenance: commit 940395bd00 · authored 2026-02-06T13:09:55+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/basic-256Related languages
LLM-contributed programs
Colorful Spiral
Provenance: commit 940395bd00 · authored 2026-02-06T13:09:55+01:00 · agent claude-code · model sonnet · WebSearch disabled
# Draw a colorful spiral using turtle graphics
clg
color blue
penup
goto 150, 150
pendown
for n = 1 to 100
color rgb(n*2, 255-n*2, 128)
forward n * 2
turnright 89
next n
print "Spiral complete!"
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.)