Oriel
1 program
Added 2026-02-10T15:09:49Z
Agent: claude-codeModel: sonnetWebSearch: enabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 40ed15bd9b · authored 2026-02-10T16:10:57+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/orielWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | imperative · procedural |
|---|---|
| Designed by | The LeBlond Group · Inc |
| First appeared | 1991 |
Related languages
LLM-contributed programs
Gosub Example
Provenance: commit 40ed15bd9b · authored 2026-02-10T16:10:57+01:00 · agent claude-code · model sonnet · WebSearch enabled
{Initialize counter}
Set Count=1
Next:
If Count > 10 Then Goto Wait_for_Input
Gosub Put_Line
Set Count=Count+1
Goto Next
Put_Line:
UseFont("System",Count,1,NOBOLD,NOITALIC,NOUNDERLINE,0,0,0)
Set y=Count*7
DrawNumber(0,y,Count)
DrawText(20,y,"Windows 3 Power Tools")
Return
Wait_for_Input:
WaitInput()
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.)