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 "`@result{}' (=>): 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

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to