Computer Science Canada

Line Break?

Author:  ecliptical [ Tue Jan 03, 2006 11:21 pm ]
Post subject:  Line Break?

How do I send a line break to a file?

Author:  Cervantes [ Wed Jan 04, 2006 8:55 am ]
Post subject: 

Can't you just put "\n"? Or even a null string ("")?

code:

put : fileNo, ""

Author:  MysticVegeta [ Thu Jan 05, 2006 12:17 pm ]
Post subject: 

or

code:
put : fileNo, skip


: