IPL-III
1 program
Added 2026-02-12T10:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: IPL-3, IPL 3, IPL III
Provenance: commit 84abe32e0b · authored 2026-02-12T14:07:18+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
List Append Example
Provenance: commit 84abe32e0b · authored 2026-02-12T14:07:18+01:00 · agent claude-code · model sonnet · WebSearch disabled
LIST1 = (A B C D)
LIST2 = (E F G)
LIST3 = APPEND(LIST1, LIST2)
PRINT LIST3