ProvideX
1 program
Added 2026-02-11T10:11:09Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: PxPlus, PVX
Provenance: commit d443bfcf30 · authored 2026-02-11T13:26:36+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/providexRelated languages
LLM-contributed programs
Hello World with Math and Loop
Provenance: commit d443bfcf30 · authored 2026-02-11T13:26:36+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
! ProvideX Hello World and Basic Math
PRINT "Hello from ProvideX!"
LET A = 10
LET B = 20
LET C = A + B
PRINT "The sum of "; A; " and "; B; " is "; C
FOR I = 1 TO 5
PRINT "Count: "; I
NEXT I
PRINT "Program complete."
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.)