File size: Difference between revisions

no edit summary
m (→‎{{header|REXX}}: aligned the output for the two input files, reduced the CHARIN size to allow PC/REXX and Personal REXX to execute.)
No edit summary
Line 31:
It is probably much easier to use some an operating system library. This library is not part of
the standard ALGOL 68 language definition.
 
=={{header|Arturo}}==
 
<lang arturo>file "input.txt"
 
print file + " size: " + $(filesize file) + " bytes"</lang>
 
{{out}}
 
<pre>input.txt size: 37 bytes</pre>
 
=={{header|AutoHotkey}}==
1,532

edits