Question: How should I Write Codegen[Fortran] output results to a text file

I have a maple classic code. at the end I convert a parametric matrix to fortran77 code. in optimized mode

now I need to edit the Fortran77 code to Fortran90. for this job I have another code to do that.

but how should I write the codegen output to a test file?

Please Wait...