You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/specs/stdlib_io.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,8 @@ Experimental
52
52
53
53
### Description
54
54
55
-
Returns the unit number of a file opened to read, to write, or to read and write. The file might be a text file or a binary file. All files are opened using a streamed access.
55
+
Returns the unit number of a file opened to read, to write, or to read and write. The file might be a text file or a binary file.
56
+
Text files are opened using a sequential access, while binary files are opened using a streamed access.
0 commit comments