File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ commas.
7070
7171----
7272do(define(x, 10),
73- if(>(x, 5)) ,
73+ if(>(x, 5),
7474 print("large"),
75- print("small"))
75+ print("small")))
7676----
7777
7878(((block)))The ((uniformity)) of the ((Egg language)) means that
Original file line number Diff line number Diff line change @@ -37,6 +37,12 @@ <h2>Chapter 10</h2>
3737the < code > every</ code > method is incorrect. The call should be
3838to < code > myMode.onLoad.forEach</ code > instead.</ p >
3939
40+ < h2 > Chapter 11</ h2 >
41+
42+ < p > < strong > Page 192</ strong > (Parsing): The example Egg program has
43+ its parentheses distributed incorrectly. One closing parentheses from
44+ the second line should be moved to the end of the last line.</ p >
45+
4046< h2 > Chapter 14</ h2 >
4147
4248< p > < strong > Page 242</ strong > (Mouse Motion): The example
You can’t perform that action at this time.
0 commit comments