mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-31 17:30:24 +02:00
(Manual Conventions): New chapter.
This commit is contained in:
parent
0b2da99cb3
commit
e9b00bf820
1 changed files with 25 additions and 0 deletions
|
@ -126,6 +126,31 @@ Guile, how to install it, where to find modules to work with Guile, and
|
|||
how to use the Guile debugger.
|
||||
|
||||
|
||||
@iftex
|
||||
@section Manual Conventions
|
||||
@end iftex
|
||||
|
||||
@ifnottex
|
||||
@node Manual Conventions
|
||||
@chapter Conventions used in this Manual
|
||||
@end ifnottex
|
||||
|
||||
We use some conventions in this manual.
|
||||
|
||||
@itemize @bullet
|
||||
|
||||
@item
|
||||
For some procedures, notably type predicates, we use "iff" to mean
|
||||
"if and only if". The construct is usually something like: "Return
|
||||
VAL iff CONDITION", where VAL is usually "#t" or "non-#f". This
|
||||
typically means that VAL is returned if CONDITION holds, and that #f is
|
||||
returned otherwise.
|
||||
|
||||
@c Add other conventions here.
|
||||
|
||||
@end itemize
|
||||
|
||||
|
||||
@c Local Variables:
|
||||
@c TeX-master: "guile.texi"
|
||||
@c End:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue