Just point out that, anyone who wants to know how to do this or that with DGDK, should take a look to the
Code Snippets and
Dark Basic Pro (DBPro) sections of the forum.
Almost all DBPro commands can be translated easily to their corresponding DGDK functions, by just taking out spaces, adding 'db' at the beggining of the command, and using capital characters for the first letter of every word in the command.
That means that all DBPro code and snippets can be used as 'pseudocode'. That is a powerful resource, as there are lots of useful pieces of code around.
Also, don't forget to start with little things...
[Edit: I forgot to mention that the
CodeBase section also holds many useful resources for coding.]