Doing Mobile BASIC dev on the #tauon when I'll be running the code on my phone at work.
I just realized something! I'm doing cross development! That was *not* the plan! :-(
OTOH something changed at work last week and i had the chance to change my code there, so I did! Migrated it back to the #tauon when I got home.
Doing Mobile BASIC dev on the #tauon when I'll be running the code on my phone at work.
I just realized something! I'm doing cross development! That was *not* the plan! :-(
@bamfic
Because it's explicit where the value came from? I can see that, except that initialization and use are seperated.
Also #mobileBasic has includes so it would be good modularity if the constants the functions need could be defined in the same file.
The problem with these "structured basics" is that they never have a way to declare global constants, so you have to declare them in the main routine and pass them to all the functions.
Why yes i'm hacking in mobile basic again why do you ask? ;-)