File size: Difference between revisions

Content added Content deleted
(Added Arturo implementation)
Line 216: Line 216:
It is probably much easier to use some an operating system library. This library is not part of
It is probably much easier to use some an operating system library. This library is not part of
the standard ALGOL 68 language definition.
the standard ALGOL 68 language definition.

=={{header|Arturo}}==

<lang rebol>print volume "input.txt"
print volume "/input.txt"</lang>


=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==