Sujet : Re: Hex string literals (was Re: C23 thoughts and opinions)
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 18. Jun 2024, 05:19:59
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v4r1tf$166bb$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
User-Agent : Pan/0.158 (Avdiivka; )
On Mon, 17 Jun 2024 17:19:50 -0700, Keith Thompson wrote:
C23 adds the option to use apostrophes as separators in numeric
constants: 123'456'789 or 0xdead'beef, for example. (This is borrowed
from C++.
Why not underscores, as supported in both Ada and Python?