RosettaCodeData/Task/Read-a-file-line-by-line/00DESCRIPTION
2016-12-05 22:15:40 +01:00

15 lines
425 B
Text

{{omit from|GUISS}}
{{omit from|Lotus 123 Macro Scripting|Reads the whole file at once}}
{{omit from|Openscad}}
{{omit from|TI-83 BASIC|No filesystem.}}
{{omit from|TI-89 BASIC|No filesystem.}}
{{omit from|Unlambda|Does not know files.}}
Read a file one line at a time,
as opposed to [[Read entire file|reading the entire file at once]].
;Related tasks:
* [[Read a file character by character]]
* [[Input loop]].
<br><br>