Expand/Shrink

close

Definition: close(integer fn)
Description: Close a file or device and flush out any still-buffered characters.
pwa/p2js: Not supported.
Comments: Any still-open files are automatically closed when a program terminates (see technicalia).
Implementation: via :%opClose / fclose() in builtins\VM\pfileioN.e (an autoinclude) - be warned however it is low-level complicated stuff that you do not need to know.
See Also: open, flush
Expand/Shrink