javascript

JavaScript is broken.

background(0, 0, 0);
fill('red');
ellipse(56, 46, 55, 55);

See that simple, 3-line script? That's supposed to make a red ellipse on a black background. However, it calls all 3 lines "undefined". This removes my reason of using JavaScript and I pretty much can't do anything with it anymore. I think that means every useful command is just undefined. The most important code pieces are removed.