open | Apply the function f to the result of open(args...; kwargs...) and close the resulting file descriptor upon completion. |
write | open for writing |
read | open for reading |
flush | Commit all currently buffered writes to the given stream. |
{io} | R# Documentation |
require(R);
{$desc_comments}
imports "io" from "njl";
open | Apply the function f to the result of open(args...; kwargs...) and close the resulting file descriptor upon completion. |
write | open for writing |
read | open for reading |
flush | Commit all currently buffered writes to the given stream. |