FortranOutputStackPackageΒΆ
fortpak.spad line 139 [edit on github]
Code to manipulate Fortran Output Stack
- clearFortranOutputStack: () -> Stack String
clearFortranOutputStack()
clears the Fortran output stack
- popFortranOutputStack: () -> Void
popFortranOutputStack()
pops the Fortran output stack
- pushFortranOutputStack: FileName -> Void
pushFortranOutputStack(f)
pushesf
onto the Fortran output stack
- pushFortranOutputStack: String -> Void
pushFortranOutputStack(f)
pushesf
onto the Fortran output stack
- topFortranOutputStack: () -> String
topFortranOutputStack()
returns the top element of the Fortran output stack