IPL-IV
1 program
Added 2026-02-12T13:45:21Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: IPL IV, Information Processing Language IV
Provenance: commit 7c8c549da1 · authored 2026-02-12T14:46:24+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 Traversal
Provenance: commit 7c8c549da1 · authored 2026-02-12T14:46:24+01:00 · agent claude-code · model sonnet · WebSearch disabled
L1 LIST A,B,C,D
SAVE L1,S1
LOAD S1,S2
NEXT S2,S3
TEST S3,END
JUMP L2
END HALT
L2 PRINT S3
JUMP LOAD