1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

(Pairs, List Syntax): Cross reference Expression Syntax for quoting.

This commit is contained in:
Kevin Ryde 2005-06-23 00:01:06 +00:00
parent 39067a9f00
commit 51ee57a435

View file

@ -63,8 +63,8 @@ parser would not be able to figure out where to split the tokens.
But beware, if you want to try out these examples, you have to But beware, if you want to try out these examples, you have to
@dfn{quote} the expressions. More information about quotation is @dfn{quote} the expressions. More information about quotation is
available in the section (REFFIXME). The correct way to try these available in the section @ref{Expression Syntax}. The correct way
examples is as follows. to try these examples is as follows.
@lisp @lisp
'(1 . 2) '(1 . 2)
@ -273,9 +273,10 @@ up a list. An example will clear that up:
() ()
@end lisp @end lisp
This example also shows that lists have to be quoted (REFFIXME) when This example also shows that lists have to be quoted when written
written, because they would otherwise be mistakingly taken as procedure (@pxref{Expression Syntax}), because they would otherwise be
applications (@pxref{Simple Invocation}). mistakingly taken as procedure applications (@pxref{Simple
Invocation}).
@node List Predicates @node List Predicates