Hey @fistfullofnails. You might want to take look at Terry Ritchie's QB64PE Tutorial to get started with programming in BASIC.
Terry's Link Terry's Site
Otherwise, the way to make a square, for example, starting at location 100 x 100 (x,y) would be LINE (100, 100)-(200,200), "color", B (for BOX)
Use the WIKI pages to look up commands and such.
QB64PE Wiki
And feel free to ask lotsa questions around here. This is a newbie-friendly safe zone.
Terry's Link Terry's Site
Otherwise, the way to make a square, for example, starting at location 100 x 100 (x,y) would be LINE (100, 100)-(200,200), "color", B (for BOX)
Use the WIKI pages to look up commands and such.
QB64PE Wiki
And feel free to ask lotsa questions around here. This is a newbie-friendly safe zone.