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.
 
 
 
 
 
 

31 lines
829 B

  1. REM Filename: 00INDENT.BAT
  2. REM Purpose: format source code
  3. REM Author: Howard Wulf, AF5NE
  4. REM Date: 2015-01-29
  5. REM Uasage: implementation defined
  6. REM Example:
  7. REM CD \sdcard\Download\BASIC\bwbasic-2.62\
  8. REM 00INDENT.BAT
  9. REM
  10. call 01indent.bat BWBASIC.C
  11. call 01indent.bat BWBASIC.H
  12. call 01indent.bat BWB_CMD.C
  13. call 01indent.bat BWB_CND.C
  14. call 01indent.bat BWB_DIO.C
  15. call 01indent.bat BWB_ELX.C
  16. call 01indent.bat BWB_EXP.C
  17. call 01indent.bat BWB_FNC.C
  18. call 01indent.bat BWB_INP.C
  19. call 01indent.bat BWB_INT.C
  20. call 01indent.bat BWB_OPS.C
  21. call 01indent.bat BWB_PRN.C
  22. call 01indent.bat BWB_STC.C
  23. call 01indent.bat BWB_STR.C
  24. call 01indent.bat BWB_TBL.C
  25. call 01indent.bat BWB_VAR.C
  26. call 01indent.bat BWD_CMD.C
  27. call 01indent.bat BWD_FUN.C
  28. call 01indent.bat BWD_SIX.H
  29. call 01indent.bat BWX_TTY.C
  30. REM EOF