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 evaluate the expression <left> and <right> :

  1. Evaluate the subexpression <left> .
  2. If the result is a false value v , then the expression evaluates to v .
  3. Otherwise, the expression evaluates to the value of the subexpression <right> .

To evaluate the expression <left> or <right> :

  1. Evaluate the subexpression <left> .
  2. If the result is a true value v , then the expression evaluates to v .
  3. Otherwise, the expression evaluates to the value of the subexpression <right> .

To evaluate the expression not <exp> :

  1. Evaluate <exp> ; The value is True if the result is a false value, and False otherwise.
If you want to change selection, open document below and click on "Move attachment"


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.