Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



#python #sicp

To execute a while clause:

  1. Evaluate the header's expression.
  2. If it is a true value, execute the suite, then return to step 1.
If you want to change selection, open document below and click on "Move attachment"

1.5 Control
his order of events -- evaluating everything on the right of = before updating any bindings on the left -- is essential for correctness of this function. A while clause contains a header expression followed by a suite: while : <span>To execute a while clause: Evaluate the header's expression. If it is a true value, execute the suite, then return to step 1. In step 2, the entire suite of the while clause is executed before the header expression is evaluated again. In order to prevent the suite of a while clause from being executed


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.