smallbasic / SmallBASIC

SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes. SmallBASIC includes trigonometric, matrices and algebra functions, a built in IDE, a powerful string library, system, sound, and graphic commands along with structured programming syntax
https://smallbasic.github.io
GNU General Public License v3.0
209 stars 37 forks source link

Fix TSAVE bug #205 #206

Closed Joe7M closed 8 months ago

Joe7M commented 8 months ago

Hi Chris,

I had in the past some problems with TSAVE and the extra line in the end of the file. I always took care about this with some workarounds. I used the bug report #205 as a reason to fix this. I also created a test for this function.

Best regards, Joerg

chrisws commented 8 months ago

Looks good, thanks