LispCookbook / cl-cookbook

The Common Lisp Cookbook

Home Page:http://lispcookbook.github.io/cl-cookbook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Page on control flow

dvush opened this issue · comments

As a beginner I often forget details about all control flow commands such as case, ecase, etc. it may be basic but I was trying to look for it in a cookbook but could not find it. if, when, unless, cond, etc - should be there too. I did a grep search on the sources and did not find a chapter on it and for me it seems that it can be there in the beginning alongside chapters on functions, structs.

What do you think? Does it have a place in the cookbook?