]> git.rkrishnan.org Git - sicp.git/commitdiff
Add a more detailed explanation.
authorRamakrishnan Muthukrishnan <vu3rdd@gmail.com>
Sat, 23 Apr 2011 13:49:04 +0000 (19:19 +0530)
committerRamakrishnan Muthukrishnan <vu3rdd@gmail.com>
Sat, 23 Apr 2011 13:49:04 +0000 (19:19 +0530)
src/sicp/ex3_31.rkt

index 4b78357d62230364de4f85ee62b7890effffd5f3..fae2074f3f669529d14ba4a6f543fab0964e0e03 100644 (file)
@@ -16,6 +16,10 @@ Let us take half adder example:
     (and-gate d e s)
     'ok))
 
+The gate procedures like inverter and or-gate calls add-action! which
+is the procedure which adds the gate operation to the agenda. If it
+is not called once, then the operation is not added into the agenda.
+
 If accept-action-proc! is defined without the call to proc, i.e.
 
 (define (accept-action-proc! proc)