richpl / PyBasic

Simple interactive BASIC interpreter written in Python
GNU General Public License v3.0
165 stars 45 forks source link

Open else bug #60

Closed RetiredWizard closed 2 years ago

RetiredWizard commented 2 years ago

The IF THEN ELSE generalization update broke the ELSE clause of an OPEN statement. This should put it back in working order.

richpl commented 2 years ago

Thanks @RetiredWizard!