Skip to content

Commit

Permalink
Typo ex13.
Browse files Browse the repository at this point in the history
  • Loading branch information
zedshaw committed Sep 14, 2011
1 parent 10b2cd9 commit 9dc5951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ex13.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ \chapter{Exercise 13: Switch Statement}
is about the same thing. For these languages, \ident{switch-statements} are
more alternatives to \ident{if-statements} and work the same internally.

The \ident{switch-statement} is actually entirely different and is really "jump
The \ident{switch-statement} is actually entirely different and is really a "jump
table". Instead of random boolean expressions, you can only put expressions
that result in integers, and these integers are used to calculate jumps from
the top of the \ident{switch} to the part that matches that value. Here's some
Expand Down

0 comments on commit 9dc5951

Please sign in to comment.