Click on Create a program>0, then click the [?] button. This will show commands and how to use them. If you want to see the examples, go into View Projects>[SYS]>(FILE)
Thank you explosions.
I was confused at first because I guess I was looking at the command list (but I figured out if I open an example and move the cursor on a command then click help it give about 2 pages on what it does and where to use it). It'll take me a bit to read through them all but it'll be worth it to be able to make a game that I wanna see.
Attached is a starter sample program. Try typing it in. If you get it working try changing things around. As for tips: use lots of comments, use option strict, give your variables type specifiers. plan things out before you start coding. Avoid goto and gosub, use def instead. Have fun.