INPUT RAW #ch, var
where ch is the channel of a sequential file open for input, and var is a variable of type X. The operation proceeds until var is filled (with no filtering of binary characters, line terminators, etc.), or until EOF.
Comments
Requires compilation with the /X:1 switch
See also