File input/output: Difference between revisions

Content added Content deleted
imported>Brie
(Add Nu)
Line 2,939: Line 2,939:
i.close()
i.close()
o.close()</syntaxhighlight>
o.close()</syntaxhighlight>

=={{header|Nu}}==
<syntaxhighlight lang="nu">
let text = open "input.txt"
$text | save "output.txt"
</syntaxhighlight>


=={{header|Objeck}}==
=={{header|Objeck}}==