Table of Contents

Writeline (Statement)

Format

writeline string_expression
writeline ( string_expression )
writeline open_file_number, string_expression
writeline ( open_file_number, string_expression )

Description

Writes string_expression append with a newline character to the end of an open file. If the file number is not specified file number zero (0) will be used.

See Also

2016/01/01 22:42

History

0.9.4New To Version