Control of flow in Spiderbasic
Posted: Fri Dec 11, 2015 12:10 am
It appears that the Gosub control structure is not implemented in Spiderbasic. Is there a summary somewhere of the various differences between coding in Purebasic and Spiderbasic that would help me in planning how to re-write my Basic code in Spiderbasic? If one wants to call a function or routine based on evaluating conditions in the program is using a Procedure the proper technique?