bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile-tut: Using Guile to program in Scheme


From: Alex Schroeder
Subject: guile-tut: Using Guile to program in Scheme
Date: Sun, 16 Sep 2001 19:55:38 +0200
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7

The node "Using Guile to program in Scheme" in the tutorial has the
"result" glyph ("=>") at the end of the result line instead of at the
beginning:

     ;; ask for the length of `ls'
     guile> (length ls)
            7=>
     ;; pick out the first element of the list
     guile> (car ls)
            1=>

Texinfo manual node "address@hidden' (=>): Indicating Evaluation" has an
example for how it should look:

     (cdr '(1 2 3))
          => (2 3)

Alex.
-- 
http://www.geocities.com/kensanata/
Coffee should be black as hell, strong as death and sweet as love.
        -- Turkish proverb



reply via email to

[Prev in Thread] Current Thread [Next in Thread]