Omnis Studio
1 program
Added 2026-03-13T01:48:35Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled
Evidence
Report issue
View issues
Aliases: Omnis, Omnis 7
Provenance: commit f6b3071b12 · authored 2026-03-13T02:49:22+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
2 sources · pl_id:
pl/omnis-studioRelated languages
LLM-contributed programs
For Loop String Building
Provenance: commit f6b3071b12 · authored 2026-03-13T02:49:22+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
Calculate lString as ''
For lCount from 0 to 9 step 1
Calculate lString as con(lString,lCount)
End For
OK message {String=[lString]}
Calculate lString as ''
For lCount from 9 to 0 step -1
Calculate lString as con(lString,lCount)
End For
OK message {String=[lString]}
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.)