editor-init.js

box(10, 10, 20, 20);
box(50, rand(100, 200), 20, 20);
box(160, 50, 20, 20, randomColor());
box(center(), center(), 20, 20);