Liste des Groupes | Revenir à cl c |
On 04/06/2024 16:27, Scott Lurndal wrote:David Brown <david.brown@hesbynett.no> writes:On 04/06/2024 13:23, bart wrote:It is incredibly useful:
>
if c in [' ', '\t', '\n'] then ... # whitespace
if (strpbrk(c, " \t\n") != NULL) it_is_whitespace.
That doesn't do the same thing. In my example, c is a character, not
a string.
>
Les messages affichés proviennent d'usenet.