Share via


Entry Point for Small Basic

It's useful to have a Goto EntryPoint in the code while testing.

--- Sample ---

Goto Entry Point

'EntryPoint:

Followed by block of source code
for Lesson number 1.1

'EntryPoint:

Followed by block of code 
for Lesson number 1.2

EntryPoint:

etc.

--- End of Sample ---

As we append each new lesson we would add a new EntryPoint. Then comment out the old one.

This is a way to keep a copy of each lesson in one file.

Other Languages