close(OUT: OSTREAM)
/**/ file := OpenOFile("my-test"); -- open file for output from CoCoA /**/ print "test" on file; -- write to my-file /**/ close(file); -- close the output stream, "flushes" all output