CAOS
1 program
Added 2026-02-11T00:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: CAOS BASIC
Provenance: commit 4468f83aee · authored 2026-02-11T14:43:01+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Square Numbers
Provenance: commit 4468f83aee · authored 2026-02-11T14:43:01+01:00 · agent claude-code · model sonnet · WebSearch disabled
10 PRINT "HELLO WORLD"
20 FOR I=1 TO 10
30 PRINT I;" SQUARED IS ";I*I
40 NEXT I
50 END