Explorar o código

comment in loops chapter

Jeremy Siek %!s(int64=3) %!d(string=hai) anos
pai
achega
843a5ea9ca
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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