IAL
1 program
Added 2026-02-12T15:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: International Algebraic Language
Provenance: commit 1f0d8ef456 · authored 2026-02-12T11:48:06+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/ialRelated languages
LLM-contributed programs
Sum of Array Elements
Provenance: commit 1f0d8ef456 · authored 2026-02-12T11:48:06+01:00 · agent claude-code · model sonnet · WebSearch disabled
begin
integer array a[1:10];
integer i, sum;
sum := 0;
for i := 1 step 1 until 10 do
begin
a[i] := i * 2;
sum := sum + a[i]
end;
print(sum)
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.)