There is a "getting started guide" in the help file. Took me an hour to figure it out... since I came from a C background and plain english really isn't something I'm used to coding in. (is now though)
Also I believe "online guides" refers to the way the help file is done. Honestly, all you need is basic Algebra knowledge, the Getting started guide, and the ability to know that the compiler goes from top to bottom.
If it gets too confusing, head over to cprogramming.com and download the bloodshed compiler and just go through all of the beginning C++ tutorials (I do this once a year now to remember my "good" habits) Those are easy to understand (if you ignore linked lists, which I never ever understood) and they'll give you a solid understanding of things like Scope and Objects.
THEN, after the day or so of going through the beginning tutorials, look over the DBPro help file and it should all click.
DBPro doesn't have any easily accessible guides as to how their language works for the absolute beginner, aside from books, that I've seen. There are beginner's techniques and applications, but I don't know where you can find an actual understanding of how and why to put brackets here and semi's there. That's why I'm saying to learn another language to get the foundation first.
Have fun, will see you on the WIP board and Program Announcements maybe? (I have yet to post anything good there myself)
Signed
------