WRITEL SubroutineUsage: 
WRITEL(n [, s]) 
Description: 
Writes a line of text to an open file. n is the value returned by OPEN. s is the line of text to write to the file. If s is omitted, a blank line is written to the file.  
This subroutine returns zero on success or a non-zero failure code. 
 |