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.
 
 
 
 
 
 

44 lines
1.1 KiB

  1. Test Programs for bwBASIC:
  2. -------------------------
  3. ___ ___ ABS BAS
  4. ___ ___ ASSIGN BAS
  5. ___ ___ CALLFUNC BAS * STRUCT_CMDS
  6. ___ ___ CALLSUB BAS * STRUCT_CMDS
  7. ___ ___ CHAIN1 BAS
  8. ___ ___ CHAIN2 BAS * called from CHAIN1.BAS
  9. ___ ___ DATAREAD BAS
  10. ___ ___ DEFFN BAS
  11. ___ ___ DIM BAS
  12. ___ ___ DOLOOP BAS * STRUCT_CMDS
  13. ___ ___ DOWHILE BAS * STRUCT_CMDS
  14. ___ ___ ELSEIF BAS * STRUCT_CMDS
  15. ___ ___ END BAS
  16. ___ ___ ERR BAS
  17. ___ ___ FORNEXT BAS
  18. ___ ___ FUNCTION BAS
  19. ___ ___ GOSUB BAS
  20. ___ ___ GOTOLABL BAS * STRUCT_CMDS
  21. ___ ___ IFLINE BAS
  22. ___ ___ INPUT BAS
  23. ___ ___ LOF BAS * LOF(): IMPLEMENTATION-SPECIFIC
  24. ___ ___ LOOPUNTL BAS * STRUCT_CMDS
  25. ___ ___ MAIN BAS * STRUCT_CMDS
  26. ___ ___ MLIFTHEN BAS * STRUCT_CMDS
  27. ___ ___ ON BAS
  28. ___ ___ ONERR BAS
  29. ___ ___ ONERRLBL BAS * STRUCT_CMDS
  30. ___ ___ ONGOSUB BAS
  31. ___ ___ OPENTEST BAS
  32. ___ ___ OPTION BAS
  33. ___ ___ PUTGET BAS * KILL: IMPLEMENTATION-SPECIFIC
  34. ___ ___ RANDOM BAS
  35. ___ ___ SELCASE BAS * STRUCT_CMDS
  36. ___ ___ SNGLFUNC BAS
  37. ___ ___ STOP BAS
  38. ___ ___ TERM BAS
  39. ___ ___ WHILWEND BAS
  40. ___ ___ WIDTH BAS
  41. ___ ___ WRITEINP BAS