Search

You can find the results of your search below.

lab8
11 Hits, Last modified:
level)) ; A toast is a ; (make-toast string number[0 to 10]) ; where a toast’s kind can be any str... consumes a **''list-of-toast''** and produces the number of **''toast''**s in the list with the **''kind''... ignature/purpose/header: <code>; list-of-toast -> number ; counts the number of toasts in the list with the kind "white" (define (count-white lot) ...) </code> Be