EXEC 2

1 program Added 2025-11-12T10:26:54Z Model: google/gemini-2.5-proTemp: 0.4 Evidence Report issue View issues
Aliases: —
Provenance: commit fb5ef523bb · authored 2025-11-12T11:26:54+01:00 · model google/gemini-2.5-pro

Sources mentioning this language

3 sources · pl_id: pl/exec-2-2
LLM (this repo) · 1WikipediaWikidata · Q5324679

Related languages

EXEC 8 (0.45)EXEC (0.29)CMS EXEC (0.27)Ltac2 (0.19)Expect (0.14)

LLM-contributed programs

WHOIS client for VM/CMS

Provenance: commit fb5ef523bb · authored 2025-11-12T11:26:54+01:00 · model google/gemini-2.5-pro · Temp 0.4
code.exec · added: 2025-11-12T10:26:54Z
&TRACE OFF
*
* WHOIS EXEC - simple WHOIS client for VM/CMS
*
* Lynn Wheeler - v1.0 - 27 Feb 2001
*
&GOTO .START
.USAGE
&TYPE
&TYPE Usage: WHOIS name [server]
&TYPE
&EXIT 1
.START
&STACK FIFO
&READ VARS &1 &2 &3
&IF '&1' EQ '' &GOTO .USAGE
&IF '&2' EQ '' &DATA WHOIS.ARPA
&IF '&2' NE '' &DATA &2
&READ VARS SERVER
&IF '&3' NE '' &PUNCH &1 &2 &3
&IF '&3' EQ '' &PUNCH &1
PUNCH
&READ VARS
PIPE <PUNCH>
 | SPECS 1-* 1 /&/ 172 A
 | NETVIEW TCPCLI &SERVER 43
 | CONSOLE
&EXIT 0

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 EXEC 2 (mapped to pl/exec-2-2). 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/EXEC 2/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← EXEC EXEC 8 →