mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
doc: cookbook: Clarify what keywords are.
* doc/guix-cookbook.texi (A Scheme Crash Course): Clarify what keywords are.
This commit is contained in:
parent
850a2f7417
commit
c0001b8bfc
1 changed files with 4 additions and 2 deletions
|
@ -250,8 +250,10 @@ definitions.
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
@item
|
@item
|
||||||
The keyword syntax is @code{#:}; it is used to create unique identifiers.
|
@dfn{Keywords} are typically used to identify the named parameters of a
|
||||||
@pxref{Keywords,,, guile, GNU Guile Reference Manual}.
|
procedure. They are prefixed by @code{#:} (hash, colon) followed by
|
||||||
|
alphanumeric characters: @code{#:like-this}.
|
||||||
|
@xref{Keywords,,, guile, GNU Guile Reference Manual}.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
The percentage @code{%} is typically used for read-only global variables in
|
The percentage @code{%} is typically used for read-only global variables in
|
||||||
|
|
Loading…
Reference in a new issue