瀏覽代碼

comment in loops chapter

Jeremy Siek 3 年之前
父節點
當前提交
843a5ea9ca
共有 1 個文件被更改,包括 6 次插入0 次删除
  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