NAME

newlin - output a newline

SYNOPSIS

newlin()

DESCRIPTION

Newlin outputs a newline to the current file (see initio(io)).  It is legal to write sequentially to a random file provided the write is entirely within the buffer. 

This function facilitates a number of BASIC I/O statements. 

This function resets the current file. 

SEE ALSO

print(stmt), print #(stmt), write(stmt), write #(stmt), print using(stmt), print # using(stmt), input(stmt), input #(stmt), line input(stmt), line input #(stmt)

DIAGNOSTICS

Error 5 (Illegal function call) is generated if the file is open for input only. 

from The Basmark QuickBASIC Programmer’s Manual by Lawrence Leinweber