ARexx

1 program Added 2025-11-03T04:29:10Z Model: google/gemini-2.5-proTemp: 0.4 Evidence Report issue View issues
Aliases: Amiga Rexx
Provenance: commit a0a41d887a · authored 2025-11-03T05:29:10+01:00 · model google/gemini-2.5-pro

Sources mentioning this language

5 sources · pl_id: pl/arexx
LLM (this repo) · 1PldbPygmentsWikipediaWikidata · Q685820

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

Paradigmsmultiparadigm: procedural · structured
Typingdynamic
Designed byMike Cowlishaw · IBM
First appeared1979
Influenced byPL/I · ALGOL · EXEC · EXEC 2

Extensions claimed by this language

4 claims. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.rexxpygmentsprimary9.6K files
.arexxpygmentssecondary14 files
.rexpygmentssecondary18.9K files
.rxpygmentssecondary9.7K files

Related languages

Amiga E (0.32)Rexx (0.27)Amiga BASIC (0.24)AmigaBasic (0.24)AmigaE (0.22)

LLM-contributed programs

Snap Front Window

Provenance: commit a0a41d887a · authored 2025-11-03T05:29:10+01:00 · model google/gemini-2.5-pro · Temp 0.4
code.rexx · added: 2025-11-03T04:29:10Z
/* SnapFront.rexx - Snap the front window */

options results

address command 'wait 5'

address 'SCREENSNAP'
'SNAP'
if rc <> 0 then do
   say result
   exit 20
end

parse var result . 'CLIPUNIT=' unit .
if unit = '' then do
   say 'Could not find clipunit'
   exit 20
end

address 'MULTIVIEW'
'OPEN' 'CLIP:'unit
if rc <> 0 then do
   say result
   exit 20
end

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.)

Contribute — propose a file extension

Tell us where to find evidence about ARexx (mapped to pl/arexx). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/ARexx/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← aretext arezzo-notation →