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.
 
 
 
 
 
 

66 lines
5.1 KiB

  1. The following should only print 1,3
  2. 1
  3. 3
  4. The following should only print 1,2,5
  5. 1
  6. 2
  7. 5
  8. The following should only print 1,2,3,7
  9. 1
  10. 2
  11. 3
  12. 7
  13. The following should only print 1,2,5
  14. 1
  15. 2
  16. 5
  17. The following should only print 1,2,3,7
  18. 1
  19. 2
  20. 3
  21. 7
  22. The following should only print 1,3
  23. 1
  24. 3
  25. The following should only print 1,2,5
  26. 1
  27. 2
  28. 5
  29. The following should only print 1,2,3,7
  30. 1
  31. 2
  32. 3
  33. 7
  34. The following should only print 1,2,5
  35. 1
  36. 2
  37. 5
  38. The following should only print 1,2,3,7
  39. 1
  40. 2
  41. 3
  42. 7
  43. The following should only print 1,3
  44. 1
  45. 3
  46. The following should only print 1,2,5
  47. 1
  48. 2
  49. 5
  50. The following should only print 1,2,3,7
  51. 1
  52. 2
  53. 3
  54. 7
  55. The following should only print 1,2,5
  56. 1
  57. 2
  58. 5
  59. The following should only print 1,2,3,7
  60. 1
  61. 2
  62. 3
  63. 7
  64. *** ALL TESTS PASSED ***