Skip to content

Commit 85296ac

Browse files
authored
Update 602-file-bgetc.markdown
1 parent 3d6caa7 commit 85296ac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_build/reference/602-file-bgetc.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# BGETC
22

3-
> BGETC (fileN)
3+
> c = BGETC (fileN)
44
5-
Reads and returns a byte from file or device (Binary mode).
5+
Reads and returns a byte from file or device in binary mode.
66

77
See BPUTC for writing bytes to a file or device.
88

9+
### Example
10+
911
```
1012
' create a binary file
1113
open "BinaryFile.txt" for output as #1

0 commit comments

Comments
 (0)