Posted by Jim Guerber on June 27, 2019 at 14:33:59:
In Reply to: ON/GOSUB posted by Jeff Cinelli on June 26, 2019 at 17:56:45:
We did not implement ongosub because with very little effort it could be coded like this:
gosub OnGosub
print 'back from gosub'
.
.
.
OnGosub:
ON X GOTO a,b,c,d,...
a:
.
.
.
return
b:
.
.
.
return
.
.
.
etc
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.