source-solutions / sebasic4

SE BASIC - A free BASIC interpreter written in Z80 assembly language
GNU General Public License v3.0
64 stars 6 forks source link

Add `ON` `n` `GOTO`/`GOSUB` ` n[, n...]` #103

Closed cheveron closed 2 years ago

cheveron commented 2 years ago

GOTO or GOSUB the nth number after the token.

cheveron commented 2 years ago

done