PRINT #

PRINT #Channel_Number : items
PRINT #Channel_Number
PRINT #Channel_Number ,USING format_string : items
writes items into the file.
If output is performed at the location of the file except the end, an exception shall be raised.
Regularly, items are written separated by commas or semicolons as in an ordinary PRINT statement.
A comma or a semicolon also can be written on the tail.
When no item is written, no colon is written just after the channel_number.


MAT PRINT #Channel_Number : array
MAT PRINT statements are available. Refer to MAT PRINT


Refer to ERASE, SET POINTER END

Note.
INPUT statements do not accept the output of PRINT statements.
Refer to Internal Files