FortranProgramCategoryΒΆ
fortcat.spad line 83 [edit on github]
FortranProgramCategory provides various models of FORTRAN subprograms. These can be transformed into actual FORTRAN code.
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- outputAsFortran: % -> Void
outputAsFortran(u)
translatesu
into a legal FORTRAN subprogram.