What to check when writing in BASIC?
Pages: 1 2
Paolo Fabio Zaino (28) 1882 posts |
Thanks Steve! Downloaded and will look into it. :) |
jgharston (7770) 14 posts |
“I think BBC BASIC behavior should be fixed and a LOCAL should be LOCAL only to the function. we could add a new keyword called SHARED if we want a variable to be shared with all the functions in the relative call-stack.” No, you do it the other way around, you introduce something new to indicate something new. And it’s already been done: PRIVATE |
nemo (145) 2552 posts |
JGH jogged our memory with
Aha, the perennial LOCAL bug that afflicts (by compatible necessity) all versions of BBC Basic. I fixed it in my version, which allows many related issues to be solved too: |
Pages: 1 2