richpl / PyBasic

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

IF-THEN-GOSUB #44

Closed richpl closed 2 years ago

richpl commented 2 years ago

Placeholder to remind me to add ability to GOSUB from a conditional statement

richpl commented 2 years ago

Fixed by @RetiredWizard