EgonOlsen71 / basicv2

A Commodore (CBM) BASIC V2 interpreter/compiler written in Java
https://egonolsen71.github.io/basicv2/
The Unlicense
85 stars 15 forks source link

Lower case problems #4

Closed nietoperz809 closed 7 years ago

nietoperz809 commented 7 years ago

It would be better if the runtime system (not the basic prg itself) dispense with lower case letters. They may look very ugly if the environment tries to mimic a true C64 screen. :)

EgonOlsen71 commented 7 years ago

I've just added two additional methods to the PrintConsumer interface for splitting the output into program and system output. The system output defaults to upper case now. It's better this way anyway, because it allows for suppressing the actual system output completely if one doesn't want it for some reason.

nietoperz809 commented 7 years ago

Thanks Egon. I've just copied the files to my project.