From: Bert Burgemeister Date: Sat, 2 Jun 2012 15:50:22 +0000 (+0200) Subject: Refer from the respective sections to loop's symbol and hash table handling X-Git-Tag: 135~2 X-Git-Url: https://repo.or.cz/w/clqr.git/commitdiff_plain/a6f1873ce0834ae2474e61d6a881a86ea20852e9 Refer from the respective sections to loop's symbol and hash table handling --- diff --git a/clqr-hash-tables.tex b/clqr-hash-tables.tex index 9596433..e92c46f 100644 --- a/clqr-hash-tables.tex +++ b/clqr-hash-tables.tex @@ -1,4 +1,4 @@ -% Copyright (C) 2008, 2009 Bert Burgemeister +% Copyright (C) 2008, 2009, 2012 Bert Burgemeister % % Permission is granted to copy, distribute and/or modify this % document under the terms of the GNU Free Documentation License, @@ -10,6 +10,9 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Hash Tables} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +The Loop Facility provides additional hash table-related +functionality; see \kwd{loop}, page \pageref{section:Loop Facility}. + Key-value storage similar to hash tables can as well be achieved using association lists and property lists; see pages \pageref{section:Association Lists} and \pageref{:property_lists}. diff --git a/clqr-packages-and-symbols.tex b/clqr-packages-and-symbols.tex index 1a2376e..2bafd15 100644 --- a/clqr-packages-and-symbols.tex +++ b/clqr-packages-and-symbols.tex @@ -10,6 +10,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Packages and Symbols} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +The Loop Facility provides additional means of symbol handling; see \kwd{loop}, page \pageref{section:Loop Facility}. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \subsection{Predicates}