Small Basic Files

When you click Run after editing your file, Small Basic creates a new version of each one of these four files:

  1. FileName.sb - Your source code file that you open to edit your code
  2. FileName.exe - Your executable file that runs your program
  3. FileName.dll - Your Dynamic Link Library file includes code that your exe file relies on
  4. Filename.pdb - Your Program Database file helps debug your program

And when you run your program, Small Basic “saves over” the previous files. You’ll want to rename your files if you want to keep older .exe and .sb files to share with friends!

 

Learn more about Small Basic: https://blogs.msdn.com/b/smallbasic/ 

 

Small and Basically yours,

   - Majed Marji & Ninja Ed