![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Slide 16 : 30 |
(define (recipe title ingredient-list step-list comment) (div 'css:margin-bottom "2cm" (span "Recipe:" title) (br) "Ingredients:" (br) (ul (map li ingredient-list)) "Procedure:" (br) (ol (map li step-list)) (font 'size "1" comment)))
(recipe "Pita Bread" (list "1.5 tsp dry yeast" "1 cup water" "...") (list "Dissolve the yeast" "Add honey, flour and salt" "...") "")