Prev
Open Object Rexx
Next
14.6. Summary of Rexx I/O Instructions and Methods
The following lists Rexx I/O instructions and methods:
CHARIN (see
Section 5.2.4.5, “charIn”
)
CHAROUT (see
Section 5.2.4.6, “charOut”
)
CHARS (see
Section 5.2.4.7, “chars”
)
CLOSE (see
Section 5.2.4.8, “close”
)
COMMAND (see
Section 5.2.4.9, “command”
)
DESCRIPTION (see
Section 5.2.4.10, “description”
)
FLUSH (see
Section 5.2.4.11, “flush”
)
LINEIN (see
Section 5.2.4.13, “lineIn”
)
LINEOUT (see
Section 5.2.4.14, “lineOut”
)
LINES (see
Section 5.2.4.15, “lines”
)
MAKEARRAY (see
Section 5.2.4.16, “makeArray”
)
OPEN (see
Section 5.2.4.17, “open”
)
PARSE LINEIN (see
Section 2.18, “PARSE”
)
PARSE PULL (see
Section 2.18, “PARSE”
)
POSITION (see
Section 5.2.4.18, “position”
)
PULL (see
Section 2.20, “PULL”
)
PUSH (see
Section 2.21, “PUSH”
)
QUALIFY (see
Section 5.2.4.19, “qualify”
)
QUERY (see
Section 5.2.4.20, “query”
)
QUEUE (see
Section 2.22, “QUEUE”
)
QUEUED (see
Section 7.4.48, “QUEUED”
)
SAY (see
Section 2.26, “SAY”
)
SEEK (see
Section 5.2.4.22, “seek”
)
STATE (see
Section 5.2.4.23, “state”
)
Prev
14.5. Errors during Input and Output
Up
Home
Next
Chapter 15. Debugging Aids