Name close
Definition close:overloaded.
close(f:val(bfile)):expr(void)
close(f:val(tfile)):expr(void)
Defined in io.l
Implementation builtin
Description Close the given file.
Note Any files that remain open when the program terminates are closed by the operating system.