fortpak.spad line 139 [edit on github]
Code to manipulate Fortran Output Stack
clearFortranOutputStack() clears the Fortran output stack
popFortranOutputStack() pops the Fortran output stack
pushFortranOutputStack(f) pushes f onto the Fortran output stack
pushFortranOutputStack(f) pushes f onto the Fortran output stack
showFortranOutputStack() returns the Fortran output stack
topFortranOutputStack() returns the top element of the Fortran output stack