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.
 
 
 
 
 
 

7 lines
241 B

  1. WRITEINP.BAS -- Test WRITE # and INPUT # Statements
  2. This is what was written:
  3. "String 1", 1.12346,"String 2", 2.23457,"String 3", 3.34568
  4. This is what was read:
  5. "String 1", 1.12346,"String 2", 2.23457,"String 3", 3.34568
  6. End of WRITEINP.BAS