Browse Source

comment in loops chapter

Jeremy Siek 3 năm trước cách đây
mục cha
commit
843a5ea9ca
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      book.tex

+ 6 - 0
book.tex

@@ -9082,6 +9082,12 @@ such as the case-of-case transformation of \citet{PeytonJones:1998}.
 
 \if\edition\racketEd
 
+[UNDER CONSTRUCTION: This chapter was just moved to this position in
+the book and needs to be updated with that in mind. For example, 1)
+the assignment conversion stuff needs to be moved into the chapter on
+lexically scoped functions and 2) the challenge section on arrays
+needs to be moved to the chapter on tuples. --Jeremy]
+
 In this chapter we study two features that are the hallmarks of
 imperative programming languages: loops and assignments to local
 variables. The following example demonstrates these new features by