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.
 
 
 
 
 
 

18 lines
526 B

  1. These programs are provided solely for amusement.
  2. They are NOT part of regression testing and there is NO support.
  3. Changes made:
  4. a) add missing semicolon/comma in PRINT statements
  5. b) change array names so they were not identical to scalar variable names
  6. c) add spaces around reserved words
  7. d) CASSETTE is not supported, use DISKETTE instead
  8. e) add missing THEN after IF
  9. f) change PRINT #1,X,Y to WRITE #1,X,Y
  10. g) add exit for autmated testing
  11. The original programs came from here:
  12. http://www.moorecad.com/classicbasic/
  13. EOF