PROIV
1 program
Added 2026-02-07T20:59:01Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: PRO-IV
Provenance: commit 87c4ec2f06 · authored 2026-02-07T22:00:00+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/proivRelated languages
LLM-contributed programs
Counter Loop Example
Provenance: commit 87c4ec2f06 · authored 2026-02-07T22:00:00+01:00 · agent claude-code · model sonnet · WebSearch disabled
GLOBAL FUNCTION Example
DISPLAY "Welcome to PROIV Programming"
DECLARE NUMERIC nCounter
DECLARE TEXT sMessage
SET nCounter = 0
WHILE nCounter < 10
SET sMessage = "Count: " + STR(nCounter)
DISPLAY sMessage
SET nCounter = nCounter + 1
ENDWHILE
DISPLAY "Program completed successfully"
RETURN
ENDFUNCTION
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.)