Is there a method, within BASIC, to tell whether the program is running on NG or LT?
I'm steadily using NG, LT, and even sometimes the original BASIC Engine in 3 different locations, plus in a vehicle at times. When a little bit more is done on Breakout, I upload the file to Google Drive, then when I use a different system, I download the file again. Each of the microSD cards in each system are mostly unique. On Breakout, for example, images are loaded into string arrays and use the full "/sd/breakout/assets/16x16tiles2/xtile1.png," to make it easier to use on each system. If there is an easy method to tell whether the system is LT or NG, there could be a check in the beginning of Breakout to change "/sd/breakout/assets/xxx" to "/basic/breakout/assets/xxx"
No big deal if there isn't a method. This is mostly a me problem, and I really need to learn to use Git