Does anyone know if you pass variables to functions by reference or explicitly? And if the function can alter the value of any variable or just those being passed? I'm not clear on how tightly this BASIC adheres to structured programming rules.
I wish there was code that used all these features that I could reverse-engineer. I learn best that way. No matter how the documentation is structured, there is invariably a dozen ways to form the syntax and only one works. Seeing it used successfully cuts out all the frustration.
|