Input Parameter

From BR Wiki
Revision as of 16:02, 5 May 2014 by Laura (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.