#FILE I/O
The Modula-2 syntax (regardless of implementation) uses a set of more or less
"standard" I/O calls to access disk files. Typically you can use the
procedures in InOut to do your Open()/Close(). Benchmark has the "standard"
FileSystem module to handle the rest.