help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: (progn (top-level) A B C)


From: Pascal Bourguignon
Subject: Re: (progn (top-level) A B C)
Date: Wed, 14 Feb 2007 17:22:27 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux)

A Soare <alinsoar@voila.fr> writes:

> Hello,
>
> Can somebody tell me how you write a code to execute the followiung commands 
> in the order t-l A B C:
>
> (top-level)
> (A ...)
> (B ...)
> (C ...) ?

(progn
  (top-level)
  (A ...)
  (B ...)
  (C ...))
 

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

CAUTION: The mass of this product contains the energy equivalent of
85 million tons of TNT per net ounce of weight.


reply via email to

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