ChipMaster's bwBASIC This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
206 B

  1. 10 open "o", #1, "data.tmp"
  2. 20 width #1, 35
  3. 30 print #1, "123456789012345678901234567890123456789012345678901234567890"
  4. 40 close #1
  5. 50 print "Check file <data.tmp> to see if the printing wrapped at col 35"