|
arrayOut
+-,--LINES-+
>>-arrayOut(array-+----------+-)-------------------------------><
+-,--CHARS-+
Writes the data in array [array] to the stream. If LINES is specified, each element of the array is written using lineout(). If CHARS is specified, each element is written using charout(). The default method is LINES. |