emacs-devel
[Top][All Lists]
Advanced

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

Re: request for a new function, say, `sequence'


From: Stefan Monnier
Subject: Re: request for a new function, say, `sequence'
Date: Thu, 27 Mar 2003 10:20:32 -0500

> What exactly do you propose:
> (1) Extend dotimes to accept syntax like
> (dotimes (var (start end) [result]) body...)
> (2) Have a new macro named dorange, dofor, for (or whatever) with
>    syntax like:
> (dorange (var start end [result]) body...)

How about

        (dotimes (VAR [START END] RESULT) BODY...)


-- Stefan






reply via email to

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