Forráskód Böngészése

comment in loops chapter

Jeremy Siek 3 éve
szülő
commit
843a5ea9ca
1 módosított fájl, 6 hozzáadás és 0 törlés
  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