diff options
author | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2023-11-29 16:27:13 -0600 |
---|---|---|
committer | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2023-11-29 16:27:13 -0600 |
commit | 5a388ed17c4ac6f61693998121af7ae8b7b598ba (patch) | |
tree | 178253483d40b972cd9791411892623b3107d274 /chap5/part1.rkt | |
parent | 59b1119c289958283a72401f747d43d69f01ee51 (diff) |
Begin chapter 5 part 2
Diffstat (limited to 'chap5/part1.rkt')
-rw-r--r-- | chap5/part1.rkt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chap5/part1.rkt b/chap5/part1.rkt index e878ace..394c3d0 100644 --- a/chap5/part1.rkt +++ b/chap5/part1.rkt @@ -317,7 +317,7 @@ (define expt-controller '(controller - (assign (continue (label expt-done))) + (assign continue (label expt-done)) expt-loop (test (op =) (reg n) (const 0)) (branch (label base-case)) |