Input Parameter: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "As a parameter in OPEN statements, INPUT means that the file is opened in order to put information into the program. In contrast, "OUTPUT" indicates that information...")
 
(No difference)

Latest revision as of 16:02, 5 May 2014

As a parameter in OPEN statements, INPUT means that the file is opened in order to put information into the program.

In contrast, "OUTPUT" indicates that information from the program will be output to the file.