FLOWTRAN

1 program Added 2026-02-10T20:09:17Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit e3e58d9bdb · authored 2026-02-10T21:11:23+01:00 · agent claude-code · model sonnet

Sources mentioning this language

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

Related languages

Fortran (0.33)FRACTRAN (0.31)Flow9 (0.29)Flowlog (0.25)Mortran (0.25)

LLM-contributed programs

Factorial Calculator

Provenance: commit e3e58d9bdb · authored 2026-02-10T21:11:23+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.ftn · added: 2026-02-10T20:09:17Z
C FLOWTRAN PROGRAM TO COMPUTE FACTORIAL
      DIMENSION A(100)
      READ 1, N
1     FORMAT(I5)
      FACT = 1.0
      DO 10 I = 1, N
      FACT = FACT * I
10    CONTINUE
      WRITE 2, FACT
2     FORMAT(F10.2)
      STOP
      END

Contribute — propose a file extension

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