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.
 
 
 
 
 
 

30 lines
2.3 KiB

  1. VERIFY 'FILES' OPEN AND 'FILE' CLOSE
  2. This is line 1
  3. This is line 2
  4. This is line 3
  5. This is line 4
  6. This is line 5
  7. ? ONE
  8. VERIFY 'FILE' OPEN
  9. This is line 1
  10. This is line 2
  11. This is line 3
  12. This is line 4
  13. This is line 5
  14. ? TWO
  15. VERIFY 'RESTORE'
  16. This is line 1
  17. This is line 2
  18. This is line 3
  19. This is line 4
  20. This is line 5
  21. ? THREE
  22. VERIFY 'SCRATCH'
  23. READ BACK VALUES WRITTEN
  24. This is line 1
  25. This is line 2
  26. This is line 3
  27. This is line 4
  28. This is line 5
  29. TEST PASSED