mhaupt / basicode

a BASICODE interpreter written in Java
MIT License
2 stars 1 forks source link

semantics for , separator in PRINT #14

Open mhaupt opened 8 months ago

mhaupt commented 8 months ago

The current implementation prints a newline when a , separator is encountered in a PRINT statement. This should rather advance the text cursor to the next 8-tab position (or similar - need to investigate).