File size: Difference between revisions

Content added Content deleted
(→‎{{header|OCaml}}: Unix.LargeFile link)
No edit summary
Line 14: Line 14:
end Test_File_Size;</lang>
end Test_File_Size;</lang>
Note that reference to the root directory, if there is any, is [[OS]] specific.
Note that reference to the root directory, if there is any, is [[OS]] specific.

=={{header|Aime}}==
<lang aime>o_(stat("input.txt", ST_SIZE), "\n");
o_("/Cygwin.ico".stat(ST_SIZE), "\n");</lang>


=={{header|ALGOL 68}}==
=={{header|ALGOL 68}}==