JOVIAL J73

1 program Added 2026-02-10T12:00:00Z Agent: claude-code-recoveryModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: J73, JOVIAL-J73
Provenance: commit 1cb2bc96c0 · authored 2026-02-11T13:26:22+01:00 · agent claude-code-recovery · model sonnet

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

JOVIAL J3 (0.56)JOVIAL (0.41)Jael (0.14)JoCaml (0.14)JOSS III (0.12)

LLM-contributed programs

Sum of Integers

Provenance: commit 1cb2bc96c0 · authored 2026-02-11T13:26:22+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
code.jov · added: 2026-02-10T12:00:00Z
START:
  PROC MAIN;
    ITEM COUNT U 32;
    ITEM TOTAL U 32;
    ITEM I U 32;

    COUNT = 10;
    TOTAL = 0;

    FOR I = 1 TO COUNT;
      TOTAL = TOTAL + I;
    END;

    WRITE(TOTAL);
  END MAIN;
TERM

Contribute — propose a file extension

Tell us where to find evidence about JOVIAL J73 (mapped to pl/jovial_j73). 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/JOVIAL J73/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← JOVIAL J3 Joxa →