diff options
Diffstat (limited to 'src/algebra/fortran.spad.pamphlet')
-rw-r--r-- | src/algebra/fortran.spad.pamphlet | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/algebra/fortran.spad.pamphlet b/src/algebra/fortran.spad.pamphlet index f0c2cc29..2507beda 100644 --- a/src/algebra/fortran.spad.pamphlet +++ b/src/algebra/fortran.spad.pamphlet @@ -163,8 +163,6 @@ FortranCode(): public == private where commonBranch:COMMON, printBranch:PRINTLIST) public == SetCategory with - coerce: $ -> O - ++ coerce(f) returns an object of type OutputForm. forLoop: (SegmentBinding PIN,$) -> $ ++ forLoop(i=1..10,c) creates a representation of a FORTRAN DO loop with ++ \spad{i} ranging over the values 1 to 10. |