B5000 Algol
1 program
Added 2026-02-11T12:00:00Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Burroughs Extended Algol, Burroughs Algol
Provenance: commit eb4713f3d4 · authored 2026-02-11T13:26:03+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Hello World
Provenance: commit eb4713f3d4 · authored 2026-02-11T13:26:03+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
BEGIN
FILE PRINTER(KIND=REMOTE);
WRITE(PRINTER, <"HELLO, WORLD"*>);
END.