the point i wanted to make is that while gosub and call appears to be the same for subs without parameters, there is a difference.
i would advise to always use call and sub and use gosub only inside a sub.
The sub can have locals and as said, you can nest/embed subroutines.
↧