paladin-t / my_basic

A lightweight BASIC interpreter written in standard C in dual files. Aims to be embeddable, extendable and portable.
http://paladin-t.github.io/my_basic/
MIT License
507 stars 118 forks source link

Select Case feature #74

Open blazer2k1 opened 1 year ago

blazer2k1 commented 1 year ago

Though the solution provided in the wiki works, but implementing the Default part seems to be tedious and the structure looks more like a C/C++ or JS.

So I think a proper Select Case would be a must have addition since it is standard on most older and modern Basic.