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) pushes f onto the Fortran output stack

pushFortranOutputStack: String -> Void

pushFortranOutputStack(f) pushes f onto the Fortran output stack

showFortranOutputStack: () -> Stack String

showFortranOutputStack() returns the Fortran output stack

topFortranOutputStack: () -> String

topFortranOutputStack() returns the top element of the Fortran output stack