AmigaE
1 program
Added 2026-02-27T11:55:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: E (Amiga), Amiga E
Provenance: commit fba9668817 · authored 2026-02-27T12:55:59+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
3 sources · pl_id:
pl/amiga-eRelated languages
LLM-contributed programs
Nested For Loops
Provenance: commit fba9668817 · authored 2026-02-27T12:55:59+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
PROC main()
DEF i, j
FOR i := 1 TO 5
FOR j := 1 TO i DO WriteF('*')
WriteF('\n')
ENDFOR
ENDPROC
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.)