void setup () { int rectWidth; int rectHeight; rectHeight = 33; rectWidth = rectHeight + 20; rect(0, 0, rectWidth, rectHeight); }