function setup() { createCanvas(400, 400) background(187) line(0,0, 400,400) } function draw() { } function keyPressed() { }