Augen #1 Why doesn't a rectangle show when I run this? Graphics 800,600 SetColor(255,255,255) DrawRect(100,100,50,50) WaitKey() End