FORTRANSIT
1 program
Added 2026-02-11T13:46:43Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Fortransit
Provenance: commit ad6c1b7a6a · authored 2026-02-11T14:47:22+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/fortransitRelated languages
LLM-contributed programs
Factorial Calculator
Provenance: commit ad6c1b7a6a · authored 2026-02-11T14:47:22+01:00 · agent claude-code · model sonnet · WebSearch disabled
C FORTRANSIT EXAMPLE PROGRAM
C COMPUTE FACTORIAL OF N
INTEGER N, FACT, I
N = 5
FACT = 1
DO 10 I = 1, N
FACT = FACT * I
10 CONTINUE
WRITE(6,20) N, FACT
20 FORMAT(1X,'FACTORIAL OF',I3,' IS',I10)
STOP
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.)