... except on **EOF**. That makes it hard to test its output.
Code:
v:\> set h=%@fileopen[rats.txt,r,b]
v:\> do i=0 to 7 ( echo ^^>%@filereadb[%h,1] )
> 82
> 97
> 116
> 115
> 33
> 13
> 10
>**EOF**