Topic: Button "Input File" in Simply Fortran GUI

I cannot find a description of how to use the "Input file" button in the "Console" window in the Simply fortran help. How is this option used, please?

Re: Button "Input File" in Simply Fortran GUI

If you want to feed a text file into the program's standard input, you can use this option.  Simply Fortran will read the file and print its contents directly into your program's standard input.  It's similar to using the "<" operator on command lines to feed a file into a program's standard input.

Jeff Armstrong
Approximatrix, LLC