RosettaCodeData/Task/File-size/Oz/file-size.oz
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

5 lines
133 B
Text

declare
[Path] = {Module.link ['x-oz://system/os/Path.ozf']}
in
{Show {Path.size "input.txt"}}
{Show {Path.size "/input.txt"}}