guile-user
[Top][All Lists]
Advanced

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

Re: Display on guile


From: Linas Vepstas
Subject: Re: Display on guile
Date: Thu, 5 Mar 2009 12:27:47 -0600

2009/3/5 Praveen D V <address@hidden>:

> Hope I'm clear this time.

I hope I am too:

guile> (define x (cons 'c 'd))
guile> x
(c . d)
guile> (define y (cons 'b x))
guile> y
(b c . d)
guile> (define z (cons 'a y))
guile> z
(a b c . d)

--linas




reply via email to

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