clarify docs a bit
parent
992d1f4d13
commit
b05737f5f1
|
@ -21,7 +21,7 @@ ARTICLE: { "lists" "protocol" } "The list protocol"
|
||||||
{ $subsection cdr }
|
{ $subsection cdr }
|
||||||
{ $subsection nil? } ;
|
{ $subsection nil? } ;
|
||||||
|
|
||||||
ARTICLE: { "lists" "strict" } "Strict lists"
|
ARTICLE: { "lists" "strict" } "Constructing strict lists"
|
||||||
"Strict lists are simply cons cells where the car and cdr have already been evaluated. These are the lists of Lisp. To construct a strict list, the following words are provided:"
|
"Strict lists are simply cons cells where the car and cdr have already been evaluated. These are the lists of Lisp. To construct a strict list, the following words are provided:"
|
||||||
{ $subsection cons }
|
{ $subsection cons }
|
||||||
{ $subsection swons }
|
{ $subsection swons }
|
||||||
|
|
Loading…
Reference in New Issue