manpagez: man pages & more
info guile
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

1.8 Typographical Conventions

In examples and procedure descriptions and all other places where the evaluation of Scheme expression is shown, we use some notation for denoting the output and evaluation results of expressions.

The symbol ‘’ is used to tell which value is returned by an evaluation:

(+ 1 2)
⇒ 3

Some procedures produce some output besides returning a value. This is denoted by the symbol ‘-|’.

(begin (display 1) (newline) 'hooray)
-| 1
⇒ hooray

As you can see, this code prints ‘1’ (denoted by ‘-|’), and returns hooray (denoted by ‘’).


This document was generated on April 20, 2013 using texi2html 5.0.

© manpagez.com 2000-2025
Individual documents may contain additional copyright information.