Have you had experience programming in other languages yet?
Back when I started, I didn't have the benefit of Internet access or online tutorials. I just read the calculator manuals (gasp!). I just picked a few bits and pieces, fooled around, and eventually figured things out. Granted, this started on the TI-81, which had a very primitive programming language that couldn't do much, but this made it easier to learn. But I used the same method to subsequently learn 82, 85, and 86 BASIC (which were essentially just extensions of the 81's language), and then 89/92+/V200 (whose language is different in a lot of fundamental ways).
If you have had previous programming experience, then I'd say the programming section of the manuals (
89/92+,
89t/V200) really are all you should absolutely need to get started.
If you are completely new to programming, though, that can admittedly be a bit overwhelming. 68K calcs don't get a lot of attention, so programming resources are going to be a bit harder to find. If all else fails, perhaps you could start with a more popular language, like 83+/84+ BASIC or even Python or Ruby, to get familiar with programming, as these have a lot of good, easy-to-find tutorials and books. Once you're familiar with the process of learning one programming language, just using the non-tutorial reference materials for learning others isn't quite so bad. There are differences, but much of the knowledge is transferrable.
I'm not saying tutorials are bad, just that people sometimes seem to overlook the goldmine of information that is provided right there with the product itself.
A lot of tutorials you find aren't going to include everything you may want to know. They're good for getting started, but at some point it's probably best just to start looking through the manual/reference guide to discover the rest of what's possible.