[Contents]
[Prev] [Next] [Limbo Basics] [Limbo Programming] [Language Definition]

Basic I/O

Basic I/O is the standard means of I/O in Limbo. There are eight basic functions in the Sys module are shown in Table 3-1.
Table 3-1 Basic I/O Functions in the Sys Module
create Create a file
open Open a file
print Formatted Print to Standard Output
fprint Formatted Print to Open File
read Read an Open File
write Write to an Open File
stream Copy Bytes From a Source to Destination



[Contents]
[Prev] [Next] [Limbo Basics] [Limbo Programming] [Language Definition]

Copyright © 1998, Lucent Technologies, Inc. All rights reserved.