void setup () { int recWidth; int recHeight; recHeight = 33; recWidth = recHeight + 20; rect(0, 0, recWidth, recHeight); }