Gauche Lrange -- to the maximum value that doesn’t exceed end.

Liste des GroupesRevenir à cl lisp 
Sujet : Gauche Lrange -- to the maximum value that doesn’t exceed end.
De : HenHanna (at) *nospam* devnull.tb (HenHanna)
Groupes : comp.lang.lisp comp.lang.scheme
Date : 18. Jun 2024, 21:53:19
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v4sojg$1gg3l$1@dont-email.me>
User-Agent : Mozilla Thunderbird
gosh> (lrange 1 5)
       (1 2 3 4)
lrange start :optional end step
         Creates a lazy sequence of numbers starting from start,
         increasing by step (default 1), to the maximum value that
         doesn’t exceed end.
5 doesn't exceed 5, so (according to this spec.)  5 should be printed.
The correct English should be...
           to the maximum value that is less than [end].
           up to (and not including) the maximum value [end].

Date Sujet#  Auteur
18 Jun 24 o Gauche Lrange -- to the maximum value that doesn’t exceed end.1HenHanna

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal