|
@@ -9082,6 +9082,12 @@ such as the case-of-case transformation of \citet{PeytonJones:1998}.
|
|
|
|
|
|
\if\edition\racketEd
|
|
\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
|
|
In this chapter we study two features that are the hallmarks of
|
|
imperative programming languages: loops and assignments to local
|
|
imperative programming languages: loops and assignments to local
|
|
variables. The following example demonstrates these new features by
|
|
variables. The following example demonstrates these new features by
|