ACT-III
1 program
Added 2026-02-11T13:28:59Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: ACT III, ACTIII
Provenance: commit 2e66126bbf · authored 2026-02-11T14:29:32+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/act-iiiRelated languages
LLM-contributed programs
Countdown Loop Example
Provenance: commit 2e66126bbf · authored 2026-02-11T14:29:32+01:00 · agent claude-code · model sonnet · WebSearch disabled
PROC EXAMPLE;
BEGIN
INT N;
N := 10;
WHILE N > 0 DO
BEGIN
PRINT(N);
N := N - 1
END
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.)