RosettaCodeData/Task/File-size/Stata/file-size-1.stata

6 lines
103 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
file open f using input.txt, read binary
file seek f eof
file seek f query
display r(loc)
file close f