Re: The joy of FORTRAN

Liste des GroupesRevenir à col misc 
Sujet : Re: The joy of FORTRAN
De : nospam (at) *nospam* example.net (D)
Groupes : comp.os.linux.misc alt.folklore.computers
Date : 27. Sep 2024, 21:00:42
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <5bef0f2c-5203-4f07-80e5-88dc4d2e3f8b@example.net>
References : 1 2 3 4 5 6 7 8 9 10
On Fri, 27 Sep 2024, Bob Eager wrote:

On Fri, 27 Sep 2024 11:32:05 +0100, Kerr-Mudd, John wrote:
>
On Thu, 26 Sep 2024 20:51:25 -0000 (UTC) Lawrence D'Oliveiro
<ldo@nz.invalid> wrote:
>
On Thu, 26 Sep 2024 16:18:01 GMT, Charlie Gibbs wrote:
>
One of the favourite functions in my library pulls the next token
from a delimited string, but as opposed to strtok() it does it
non-destructively and can handle empty strings.
>
Use a high-level language which has all this and more:
>
    for item in "the,quick,brown,fox".split(",") :
        print(item)
    #end for
>
Output:
>
    the quick brown fox
>
In Python, strings are objects, and that applies to string expressions
(including string literals) as well.
>
You need Rexx
>
Hear, hear. Still use it.
>
Rexx? That is a name I haven't heard in a long time. Do you mean Ben Kenobi?
Last time I encountered him he was doing tuning and statistics collection for on a storage system.

Date Sujet#  Auteur
6 Jul 25 o 

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal