-
Declaration:
- Procedure Assign (Var F; Name : String);
-
Description:
- Assign assigns a name to F, which can be any file type. This call doesn’t open the file, it
just assigns a name to a file variable, and marks the file as closed.
-
Errors:
- None.
-
See also:
- Reset (558), Rewrite (559), Append (452)
Listing: refex/ex5.pp