Timu5 / BasicSharp

BASIC interpreter in C#
MIT License
85 stars 20 forks source link

Gosub - Return #4

Open bia-jb opened 3 months ago

bia-jb commented 3 months ago

Thank you for your work. I am using it as a scripting engine inside a c# application and it works perfect!

Is it possible to add a GOSUB - RETURN subroutine call? Thanks in advance + best regards JB

Timu5 commented 2 months ago

It is possible, but might be hard to implement as this is direct code interpreter.