Exercise 2-6 asks the reader to fix errors in the code, however the first line as written has no error:

size(200,200);

My intention was for it to be:

size(200,200;

See Exercise 2-6 for more info.