OK, I'm probably just an idiot that cannot see the basics of a basic oriented language, but...
I'm very used to writing low-level code that is generally organized in sub-routines such as Procedures for generalized tasks and functions for tasks that manipulate data.
Well functions are there in the coding language, and work exactly like functions do for any programming language, but I cannot see any evidence of procedures.
Am I correct in assuming that I could use a GOSUB for basic procedures, or is it better / faster to use a function for my procedural calls and simply pass null variables through?
I'm very used to writing low-level code that is generally organized in sub-routines such as Procedures for generalized tasks and functions for tasks that manipulate data.
Well functions are there in the coding language, and work exactly like functions do for any programming language, but I cannot see any evidence of procedures.
Am I correct in assuming that I could use a GOSUB for basic procedures, or is it better / faster to use a function for my procedural calls and simply pass null variables through?